Html Css Color HEX #A55010 Rich Gold

📋 copy color: '#A55010'

red 165 ◦ green 80 ◦ blue 16

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

Shades of Rich Gold #A55010

Tints of Rich Gold #A55010

RGB

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

 GREEN value IS 80 (31.64% from 255) = 30.65%

 BLUE value IS 16 (6.64% from 255) = 6.13%

R = 63.22%
G = 30.65%
B = 6.13%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.90

 K value IS 0.35

RGB Variations

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

Color information

#A55010 (or 0xA55010) is known color: Rich Gold. HEX triplet: A5, 50 and 10. RGB value is (165,80,16). Sum of RGB (Red+Green+Blue) = 165+80+16=261 (34% of max value = 765). Red value is 165 (64.84% from 255 or 63.22% from 261); Green value is 80 (31.64% from 255 or 30.65% from 261); Blue value is 16 (6.64% from 255 or 6.13% from 261); Max value from RGB is 165 - color contains mainly: red. Hex color #A55010 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A55010 is #5AAFEF. Grayscale: #626262. Windows color (decimal): -5943280 or 1069221. OLE color: 1069221.

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

Color convert

RGB 165 80 16 -
CMYK 0 0.52 0.90 0.35
HSL 25.77º 0.82% 0.35% -
HSV(B) 25.77º 0.9% 0.65% -
XYZ 18.48 13.77 2.17 -
YUV 98.12 81.66 175.7 -
System Red Green Blue C M Y K H S L
Decimal 165 80 16 0 0.52 0.90 0.35 25.77 0.82 0.35
Hex A5 50 10 0 34 5A 23 1A 52 23
Octal 245 120 20 0 64 132 43 32 122 43
Binary 10100101 1010000 10000 0 110100 1011010 100011 11010 1010010 100011

Color Harmonies of #A55010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A55010

Black with #A55010

Text Example


Text Example

White with #A55010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A55010; }

 p { color: rgb(165,80,16); }

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

background-color css

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

 a { background-color: rgb(165,80,16); }

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

border-color css

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

 span { border-color: rgb(165,80,16); }

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