Html Css Color HEX #A55602 Golden Brown

📋 copy color: '#A55602'

red 165 ◦ green 86 ◦ blue 2

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

Shades of Golden Brown #A55602

Tints of Golden Brown #A55602

RGB

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

 GREEN value IS 86 (33.98% from 255) = 33.99%

 BLUE value IS 2 (1.17% from 255) = 0.79%

R = 65.22%
G = 33.99%
B = 0.79%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.99

 K value IS 0.35

RGB Variations

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

Color information

#A55602 (or 0xA55602) is known color: Golden Brown. HEX triplet: A5, 56 and 02. RGB value is (165,86,2). Sum of RGB (Red+Green+Blue) = 165+86+2=253 (33% of max value = 765). Red value is 165 (64.84% from 255 or 65.22% from 253); Green value is 86 (33.98% from 255 or 33.99% from 253); Blue value is 2 (1.17% from 255 or 0.79% from 253); Max value from RGB is 165 - color contains mainly: red. Hex color #A55602 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A55602 is #5AA9FD. Grayscale: #646464. Windows color (decimal): -5941758 or 153253. OLE color: 153253.

HSL color Cylindrical-coordinate representation of color #A55602: hue angle of 30.92º degrees, saturation: 0.98, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A55602 is Cyan = 0, Magento = 0.48, Yellow = 0.99 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 86 2 -
CMYK 0 0.48 0.99 0.35
HSL 30.92º 0.98% 0.33% -
HSV(B) 30.92º 0.99% 0.65% -
XYZ 18.86 14.66 1.89 -
YUV 100.05 72.67 174.33 -
System Red Green Blue C M Y K H S L
Decimal 165 86 2 0 0.48 0.99 0.35 30.92 0.98 0.33
Hex A5 56 2 0 30 63 23 1F 62 21
Octal 245 126 2 0 60 143 43 37 142 41
Binary 10100101 1010110 10 0 110000 1100011 100011 11111 1100010 100001

Color Harmonies of #A55602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A55602

Black with #A55602

Text Example


Text Example

White with #A55602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A55602; }

 p { color: rgb(165,86,2); }

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

background-color css

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

 a { background-color: rgb(165,86,2); }

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

border-color css

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

 span { border-color: rgb(165,86,2); }

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