Html Css Color HEX #A54C12 Rich Gold

📋 copy color: '#A54C12'

red 165 ◦ green 76 ◦ blue 18

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

Shades of Rich Gold #A54C12

Tints of Rich Gold #A54C12

RGB

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

 GREEN value IS 76 (30.08% from 255) = 29.34%

 BLUE value IS 18 (7.42% from 255) = 6.95%

R = 63.71%
G = 29.34%
B = 6.95%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.89

 K value IS 0.35

RGB Variations

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

Color information

#A54C12 (or 0xA54C12) is known color: Rich Gold. HEX triplet: A5, 4C and 12. RGB value is (165,76,18). Sum of RGB (Red+Green+Blue) = 165+76+18=259 (34% of max value = 765). Red value is 165 (64.84% from 255 or 63.71% from 259); Green value is 76 (30.08% from 255 or 29.34% from 259); Blue value is 18 (7.42% from 255 or 6.95% from 259); Max value from RGB is 165 - color contains mainly: red. Hex color #A54C12 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A54C12 is #5AB3ED. Grayscale: #606060. Windows color (decimal): -5944302 or 1199269. OLE color: 1199269.

HSL color Cylindrical-coordinate representation of color #A54C12: hue angle of 23.67º degrees, saturation: 0.8, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A54C12 is Cyan = 0, Magento = 0.54, Yellow = 0.89 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 76 18 -
CMYK 0 0.54 0.89 0.35
HSL 23.67º 0.8% 0.36% -
HSV(B) 23.67º 0.89% 0.65% -
XYZ 18.21 13.21 2.16 -
YUV 96 83.99 177.22 -
System Red Green Blue C M Y K H S L
Decimal 165 76 18 0 0.54 0.89 0.35 23.67 0.8 0.36
Hex A5 4C 12 0 36 59 23 18 50 24
Octal 245 114 22 0 66 131 43 30 120 44
Binary 10100101 1001100 10010 0 110110 1011001 100011 11000 1010000 100100

Color Harmonies of #A54C12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A54C12

Black with #A54C12

Text Example


Text Example

White with #A54C12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A54C12; }

 p { color: rgb(165,76,18); }

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

background-color css

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

 a { background-color: rgb(165,76,18); }

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

border-color css

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

 span { border-color: rgb(165,76,18); }

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