Html Css Color HEX #A34918 Rich Gold

📋 copy color: '#A34918'

red 163 ◦ green 73 ◦ blue 24

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

Shades of Rich Gold #A34918

Tints of Rich Gold #A34918

RGB

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

 GREEN value IS 73 (28.91% from 255) = 28.08%

 BLUE value IS 24 (9.77% from 255) = 9.23%

R = 62.69%
G = 28.08%
B = 9.23%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.85

 K value IS 0.36

RGB Variations

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

Color information

#A34918 (or 0xA34918) is known color: Rich Gold. HEX triplet: A3, 49 and 18. RGB value is (163,73,24). Sum of RGB (Red+Green+Blue) = 163+73+24=260 (34% of max value = 765). Red value is 163 (64.06% from 255 or 62.69% from 260); Green value is 73 (28.91% from 255 or 28.08% from 260); Blue value is 24 (9.77% from 255 or 9.23% from 260); Max value from RGB is 163 - color contains mainly: red. Hex color #A34918 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A34918 is #5CB6E7. Grayscale: #5E5E5E. Windows color (decimal): -6076136 or 1591715. OLE color: 1591715.

HSL color Cylindrical-coordinate representation of color #A34918: hue angle of 21.15º degrees, saturation: 0.74, 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 #A34918 is Cyan = 0, Magento = 0.55, Yellow = 0.85 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 73 24 -
CMYK 0 0.55 0.85 0.36
HSL 21.15º 0.74% 0.37% -
HSV(B) 21.15º 0.85% 0.64% -
XYZ 17.65 12.62 2.37 -
YUV 94.32 88.32 176.98 -
System Red Green Blue C M Y K H S L
Decimal 163 73 24 0 0.55 0.85 0.36 21.15 0.74 0.37
Hex A3 49 18 0 37 55 24 15 4A 25
Octal 243 111 30 0 67 125 44 25 112 45
Binary 10100011 1001001 11000 0 110111 1010101 100100 10101 1001010 100101

Color Harmonies of #A34918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A34918

Black with #A34918

Text Example


Text Example

White with #A34918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A34918; }

 p { color: rgb(163,73,24); }

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

background-color css

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

 a { background-color: rgb(163,73,24); }

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

border-color css

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

 span { border-color: rgb(163,73,24); }

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