Html Css Color HEX #A55110 Rich Gold

📋 copy color: '#A55110'

red 165 ◦ green 81 ◦ blue 16

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

Shades of Rich Gold #A55110

Tints of Rich Gold #A55110

RGB

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

 GREEN value IS 81 (32.03% from 255) = 30.92%

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

R = 62.98%
G = 30.92%
B = 6.11%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.90

 K value IS 0.35

RGB Variations

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

Color information

#A55110 (or 0xA55110) is known color: Rich Gold. HEX triplet: A5, 51 and 10. RGB value is (165,81,16). Sum of RGB (Red+Green+Blue) = 165+81+16=262 (34% of max value = 765). Red value is 165 (64.84% from 255 or 62.98% from 262); Green value is 81 (32.03% from 255 or 30.92% from 262); Blue value is 16 (6.64% from 255 or 6.11% from 262); Max value from RGB is 165 - color contains mainly: red. Hex color #A55110 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A55110 is #5AAEEF. Grayscale: #636363. Windows color (decimal): -5943024 or 1069477. OLE color: 1069477.

HSL color Cylindrical-coordinate representation of color #A55110: hue angle of 26.17º 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 #A55110 is Cyan = 0, Magento = 0.51, Yellow = 0.90 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 81 16 -
CMYK 0 0.51 0.90 0.35
HSL 26.17º 0.82% 0.35% -
HSV(B) 26.17º 0.9% 0.65% -
XYZ 18.55 13.92 2.2 -
YUV 98.71 81.33 175.29 -
System Red Green Blue C M Y K H S L
Decimal 165 81 16 0 0.51 0.90 0.35 26.17 0.82 0.35
Hex A5 51 10 0 33 5A 23 1A 52 23
Octal 245 121 20 0 63 132 43 32 122 43
Binary 10100101 1010001 10000 0 110011 1011010 100011 11010 1010010 100011

Color Harmonies of #A55110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A55110

Black with #A55110

Text Example


Text Example

White with #A55110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A55110; }

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

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

background-color css

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

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

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

border-color css

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

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

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