Html Css Color HEX #A55510 Golden Brown

📋 copy color: '#A55510'

red 165 ◦ green 85 ◦ blue 16

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

Shades of Golden Brown #A55510

Tints of Golden Brown #A55510

RGB

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

 GREEN value IS 85 (33.59% from 255) = 31.95%

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

R = 62.03%
G = 31.95%
B = 6.02%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.90

 K value IS 0.35

RGB Variations

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

Color information

#A55510 (or 0xA55510) is known color: Golden Brown. HEX triplet: A5, 55 and 10. RGB value is (165,85,16). Sum of RGB (Red+Green+Blue) = 165+85+16=266 (35% of max value = 765). Red value is 165 (64.84% from 255 or 62.03% from 266); Green value is 85 (33.59% from 255 or 31.95% from 266); Blue value is 16 (6.64% from 255 or 6.02% from 266); Max value from RGB is 165 - color contains mainly: red. Hex color #A55510 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A55510 is #5AAAEF. Grayscale: #656565. Windows color (decimal): -5942000 or 1070501. OLE color: 1070501.

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

Color convert

RGB 165 85 16 -
CMYK 0 0.48 0.90 0.35
HSL 27.79º 0.82% 0.35% -
HSV(B) 27.79º 0.9% 0.65% -
XYZ 18.86 14.53 2.3 -
YUV 101.05 80 173.61 -
System Red Green Blue C M Y K H S L
Decimal 165 85 16 0 0.48 0.90 0.35 27.79 0.82 0.35
Hex A5 55 10 0 30 5A 23 1C 52 23
Octal 245 125 20 0 60 132 43 34 122 43
Binary 10100101 1010101 10000 0 110000 1011010 100011 11100 1010010 100011

Color Harmonies of #A55510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A55510

Black with #A55510

Text Example


Text Example

White with #A55510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A55510; }

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

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

background-color css

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

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

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

border-color css

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

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

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