Html Css Color HEX #A34619 Rich Gold

📋 copy color: '#A34619'

red 163 ◦ green 70 ◦ blue 25

#A34619
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rich Gold #A34619

Tints of Rich Gold #A34619

RGB

 RED value IS 163 (64.06% from 255) = 63.18%

 GREEN value IS 70 (27.73% from 255) = 27.13%

 BLUE value IS 25 (10.16% from 255) = 9.69%

R = 63.18%
G = 27.13%
B = 9.69%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.85

 K value IS 0.36

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#A34619 (or 0xA34619) is known color: Rich Gold. HEX triplet: A3, 46 and 19. RGB value is (163,70,25). Sum of RGB (Red+Green+Blue) = 163+70+25=258 (34% of max value = 765). Red value is 163 (64.06% from 255 or 63.18% from 258); Green value is 70 (27.73% from 255 or 27.13% from 258); Blue value is 25 (10.16% from 255 or 9.69% from 258); Max value from RGB is 163 - color contains mainly: red. Hex color #A34619 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A34619 is #5CB9E6. Grayscale: #5C5C5C. Windows color (decimal): -6076903 or 1656483. OLE color: 1656483.

HSL color Cylindrical-coordinate representation of color #A34619: hue angle of 19.57º degrees, saturation: 0.73, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A34619 is Cyan = 0, Magento = 0.57, Yellow = 0.85 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 70 25 -
CMYK 0 0.57 0.85 0.36
HSL 19.57º 0.73% 0.37% -
HSV(B) 19.57º 0.85% 0.64% -
XYZ 17.47 12.24 2.36 -
YUV 92.68 89.81 178.16 -
System Red Green Blue C M Y K H S L
Decimal 163 70 25 0 0.57 0.85 0.36 19.57 0.73 0.37
Hex A3 46 19 0 39 55 24 14 49 25
Octal 243 106 31 0 71 125 44 24 111 45
Binary 10100011 1000110 11001 0 111001 1010101 100100 10100 1001001 100101

Color Harmonies of #A34619

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A34619

Black with #A34619

Text Example


Text Example

White with #A34619

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A34619; }

 p { color: rgb(163,70,25); }

 H1.HeaderClassName
 {
   color: #A34619;
 }
 .AnyTagClassName
 {
   color: #A34619;
 }
</style>

background-color css

<style>
 a { background-color: #A34619; }

 a { background-color: rgb(163,70,25); }

 div.DivClassName
 {
   background-color: #A34619;
 }
 .BgClassName
 {
   background-color: #A34619;
 }
</style>

border-color css

<style>
 span { border-color: #A34619; }

 span { border-color: rgb(163,70,25); }

 td.TdClassName
 {
   border-color: #A34619;
 }
 .TagClassName
 {
   border-color: #A34619;
 }
</style>