Html Css Color HEX #A54816 Rich Gold

📋 copy color: '#A54816'

red 165 ◦ green 72 ◦ blue 22

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

Shades of Rich Gold #A54816

Tints of Rich Gold #A54816

RGB

 RED value IS 165 (64.84% from 255) = 63.71%

 GREEN value IS 72 (28.52% from 255) = 27.8%

 BLUE value IS 22 (8.98% from 255) = 8.49%

R = 63.71%
G = 27.8%
B = 8.49%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.87

 K value IS 0.35

RGB Variations

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

Color information

#A54816 (or 0xA54816) is known color: Rich Gold. HEX triplet: A5, 48 and 16. RGB value is (165,72,22). Sum of RGB (Red+Green+Blue) = 165+72+22=259 (34% of max value = 765). Red value is 165 (64.84% from 255 or 63.71% from 259); Green value is 72 (28.52% from 255 or 27.80% from 259); Blue value is 22 (8.98% from 255 or 8.49% from 259); Max value from RGB is 165 - color contains mainly: red. Hex color #A54816 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A54816 is #5AB7E9. Grayscale: #5E5E5E. Windows color (decimal): -5945322 or 1460389. OLE color: 1460389.

HSL color Cylindrical-coordinate representation of color #A54816: hue angle of 20.98º degrees, saturation: 0.76, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A54816 is Cyan = 0, Magento = 0.56, Yellow = 0.87 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 72 22 -
CMYK 0 0.56 0.87 0.35
HSL 20.98º 0.76% 0.37% -
HSV(B) 20.98º 0.87% 0.65% -
XYZ 17.98 12.69 2.26 -
YUV 94.11 87.31 178.57 -
System Red Green Blue C M Y K H S L
Decimal 165 72 22 0 0.56 0.87 0.35 20.98 0.76 0.37
Hex A5 48 16 0 38 57 23 15 4C 25
Octal 245 110 26 0 70 127 43 25 114 45
Binary 10100101 1001000 10110 0 111000 1010111 100011 10101 1001100 100101

Color Harmonies of #A54816

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A54816

Black with #A54816

Text Example


Text Example

White with #A54816

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A54816; }

 p { color: rgb(165,72,22); }

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

background-color css

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

 a { background-color: rgb(165,72,22); }

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

border-color css

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

 span { border-color: rgb(165,72,22); }

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