Html Css Color HEX #A34917 Rich Gold

📋 copy color: '#A34917'

red 163 ◦ green 73 ◦ blue 23

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

Shades of Rich Gold #A34917

Tints of Rich Gold #A34917

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 8.88%

R = 62.93%
G = 28.19%
B = 8.88%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.86

 K value IS 0.36

RGB Variations

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

Color information

#A34917 (or 0xA34917) is known color: Rich Gold. HEX triplet: A3, 49 and 17. RGB value is (163,73,23). Sum of RGB (Red+Green+Blue) = 163+73+23=259 (34% of max value = 765). Red value is 163 (64.06% from 255 or 62.93% from 259); Green value is 73 (28.91% from 255 or 28.19% from 259); Blue value is 23 (9.38% from 255 or 8.88% from 259); Max value from RGB is 163 - color contains mainly: red. Hex color #A34917 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A34917 is #5CB6E8. Grayscale: #5E5E5E. Windows color (decimal): -6076137 or 1526179. OLE color: 1526179.

HSL color Cylindrical-coordinate representation of color #A34917: hue angle of 21.43º degrees, saturation: 0.75, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A34917 is Cyan = 0, Magento = 0.55, Yellow = 0.86 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 73 23 -
CMYK 0 0.55 0.86 0.36
HSL 21.43º 0.75% 0.36% -
HSV(B) 21.43º 0.86% 0.64% -
XYZ 17.64 12.61 2.32 -
YUV 94.21 87.82 177.07 -
System Red Green Blue C M Y K H S L
Decimal 163 73 23 0 0.55 0.86 0.36 21.43 0.75 0.36
Hex A3 49 17 0 37 56 24 15 4B 24
Octal 243 111 27 0 67 126 44 25 113 44
Binary 10100011 1001001 10111 0 110111 1010110 100100 10101 1001011 100100

Color Harmonies of #A34917

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A34917

Black with #A34917

Text Example


Text Example

White with #A34917

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A34917; }

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

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

background-color css

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

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

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

border-color css

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

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

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