Html Css Color HEX #A34718 Rich Gold

📋 copy color: '#A34718'

red 163 ◦ green 71 ◦ blue 24

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

Shades of Rich Gold #A34718

Tints of Rich Gold #A34718

RGB

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

 GREEN value IS 71 (28.13% from 255) = 27.52%

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

R = 63.18%
G = 27.52%
B = 9.3%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.85

 K value IS 0.36

RGB Variations

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

Color information

#A34718 (or 0xA34718) is known color: Rich Gold. HEX triplet: A3, 47 and 18. RGB value is (163,71,24). Sum of RGB (Red+Green+Blue) = 163+71+24=258 (34% of max value = 765). Red value is 163 (64.06% from 255 or 63.18% from 258); Green value is 71 (28.12% from 255 or 27.52% from 258); Blue value is 24 (9.77% from 255 or 9.30% from 258); Max value from RGB is 163 - color contains mainly: red. Hex color #A34718 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A34718 is #5CB8E7. Grayscale: #5D5D5D. Windows color (decimal): -6076648 or 1591203. OLE color: 1591203.

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

Color convert

RGB 163 71 24 -
CMYK 0 0.56 0.85 0.36
HSL 20.29º 0.74% 0.37% -
HSV(B) 20.29º 0.85% 0.64% -
XYZ 17.52 12.36 2.33 -
YUV 93.15 88.98 177.82 -
System Red Green Blue C M Y K H S L
Decimal 163 71 24 0 0.56 0.85 0.36 20.29 0.74 0.37
Hex A3 47 18 0 38 55 24 14 4A 25
Octal 243 107 30 0 70 125 44 24 112 45
Binary 10100011 1000111 11000 0 111000 1010101 100100 10100 1001010 100101

Color Harmonies of #A34718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A34718

Black with #A34718

Text Example


Text Example

White with #A34718

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A34718; }

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

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

background-color css

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

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

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

border-color css

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

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

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