Html Css Color HEX #A54C1E Rich Gold

📋 copy color: '#A54C1E'

red 165 ◦ green 76 ◦ blue 30

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

Shades of Rich Gold #A54C1E

Tints of Rich Gold #A54C1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 11.07%

R = 60.89%
G = 28.04%
B = 11.07%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.82

 K value IS 0.35

RGB Variations

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

Color information

#A54C1E (or 0xA54C1E) is known color: Rich Gold. HEX triplet: A5, 4C and 1E. RGB value is (165,76,30). Sum of RGB (Red+Green+Blue) = 165+76+30=271 (35% of max value = 765). Red value is 165 (64.84% from 255 or 60.89% from 271); Green value is 76 (30.08% from 255 or 28.04% from 271); Blue value is 30 (12.11% from 255 or 11.07% from 271); Max value from RGB is 165 - color contains mainly: red. Hex color #A54C1E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A54C1E is #5AB3E1. Grayscale: #616161. Windows color (decimal): -5944290 or 1985701. OLE color: 1985701.

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

Color convert

RGB 165 76 30 -
CMYK 0 0.54 0.82 0.35
HSL 20.44º 0.69% 0.38% -
HSV(B) 20.44º 0.82% 0.65% -
XYZ 18.34 13.26 2.82 -
YUV 97.37 89.99 176.24 -
System Red Green Blue C M Y K H S L
Decimal 165 76 30 0 0.54 0.82 0.35 20.44 0.69 0.38
Hex A5 4C 1E 0 36 52 23 14 45 26
Octal 245 114 36 0 66 122 43 24 105 46
Binary 10100101 1001100 11110 0 110110 1010010 100011 10100 1000101 100110

Color Harmonies of #A54C1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A54C1E

Black with #A54C1E

Text Example


Text Example

White with #A54C1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A54C1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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