Html Css Color HEX #A94E1E Rich Gold

📋 copy color: '#A94E1E'

red 169 ◦ green 78 ◦ blue 30

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

Shades of Rich Gold #A94E1E

Tints of Rich Gold #A94E1E

RGB

 RED value IS 169 (66.41% from 255) = 61.01%

 GREEN value IS 78 (30.86% from 255) = 28.16%

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

R = 61.01%
G = 28.16%
B = 10.83%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.82

 K value IS 0.34

RGB Variations

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

Color information

#A94E1E (or 0xA94E1E) is known color: Rich Gold. HEX triplet: A9, 4E and 1E. RGB value is (169,78,30). Sum of RGB (Red+Green+Blue) = 169+78+30=277 (36% of max value = 765). Red value is 169 (66.41% from 255 or 61.01% from 277); Green value is 78 (30.86% from 255 or 28.16% from 277); Blue value is 30 (12.11% from 255 or 10.83% from 277); Max value from RGB is 169 - color contains mainly: red. Hex color #A94E1E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A94E1E is #56B1E1. Grayscale: #646464. Windows color (decimal): -5681634 or 1986217. OLE color: 1986217.

HSL color Cylindrical-coordinate representation of color #A94E1E: hue angle of 20.72º degrees, saturation: 0.7, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A94E1E is Cyan = 0, Magento = 0.54, Yellow = 0.82 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 78 30 -
CMYK 0 0.54 0.82 0.34
HSL 20.72º 0.7% 0.39% -
HSV(B) 20.72º 0.82% 0.66% -
XYZ 19.32 13.98 2.91 -
YUV 99.74 88.65 177.4 -
System Red Green Blue C M Y K H S L
Decimal 169 78 30 0 0.54 0.82 0.34 20.72 0.7 0.39
Hex A9 4E 1E 0 36 52 22 15 46 27
Octal 251 116 36 0 66 122 42 25 106 47
Binary 10101001 1001110 11110 0 110110 1010010 100010 10101 1000110 100111

Color Harmonies of #A94E1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A94E1E

Black with #A94E1E

Text Example


Text Example

White with #A94E1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A94E1E; }

 p { color: rgb(169,78,30); }

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

background-color css

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

 a { background-color: rgb(169,78,30); }

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

border-color css

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

 span { border-color: rgb(169,78,30); }

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