Html Css Color HEX #A55E1E Rich Gold

📋 copy color: '#A55E1E'

red 165 ◦ green 94 ◦ blue 30

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

Shades of Rich Gold #A55E1E

Tints of Rich Gold #A55E1E

RGB

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

 GREEN value IS 94 (37.11% from 255) = 32.53%

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

R = 57.09%
G = 32.53%
B = 10.38%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.82

 K value IS 0.35

RGB Variations

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

Color information

#A55E1E (or 0xA55E1E) is known color: Rich Gold. HEX triplet: A5, 5E and 1E. RGB value is (165,94,30). Sum of RGB (Red+Green+Blue) = 165+94+30=289 (38% of max value = 765). Red value is 165 (64.84% from 255 or 57.09% from 289); Green value is 94 (37.11% from 255 or 32.53% from 289); Blue value is 30 (12.11% from 255 or 10.38% from 289); Max value from RGB is 165 - color contains mainly: red. Hex color #A55E1E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A55E1E is #5AA1E1. Grayscale: #6C6C6C. Windows color (decimal): -5939682 or 1990309. OLE color: 1990309.

HSL color Cylindrical-coordinate representation of color #A55E1E: hue angle of 28.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 #A55E1E is Cyan = 0, Magento = 0.43, Yellow = 0.82 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 94 30 -
CMYK 0 0.43 0.82 0.35
HSL 28.44º 0.69% 0.38% -
HSV(B) 28.44º 0.82% 0.65% -
XYZ 19.75 16.1 3.29 -
YUV 107.93 84.02 168.7 -
System Red Green Blue C M Y K H S L
Decimal 165 94 30 0 0.43 0.82 0.35 28.44 0.69 0.38
Hex A5 5E 1E 0 2B 52 23 1C 45 26
Octal 245 136 36 0 53 122 43 34 105 46
Binary 10100101 1011110 11110 0 101011 1010010 100011 11100 1000101 100110

Color Harmonies of #A55E1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A55E1E

Black with #A55E1E

Text Example


Text Example

White with #A55E1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A55E1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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