Html Css Color HEX #A55802 Golden Brown

📋 copy color: '#A55802'

red 165 ◦ green 88 ◦ blue 2

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

Shades of Golden Brown #A55802

Tints of Golden Brown #A55802

RGB

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

 GREEN value IS 88 (34.77% from 255) = 34.51%

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

R = 64.71%
G = 34.51%
B = 0.78%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.99

 K value IS 0.35

RGB Variations

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

Color information

#A55802 (or 0xA55802) is known color: Golden Brown. HEX triplet: A5, 58 and 02. RGB value is (165,88,2). Sum of RGB (Red+Green+Blue) = 165+88+2=255 (33% of max value = 765). Red value is 165 (64.84% from 255 or 64.71% from 255); Green value is 88 (34.77% from 255 or 34.51% from 255); Blue value is 2 (1.17% from 255 or 0.78% from 255); Max value from RGB is 165 - color contains mainly: red. Hex color #A55802 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A55802 is #5AA7FD. Grayscale: #656565. Windows color (decimal): -5941246 or 153765. OLE color: 153765.

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

Color convert

RGB 165 88 2 -
CMYK 0 0.47 0.99 0.35
HSL 31.66º 0.98% 0.33% -
HSV(B) 31.66º 0.99% 0.65% -
XYZ 19.02 14.98 1.95 -
YUV 101.22 72.01 173.49 -
System Red Green Blue C M Y K H S L
Decimal 165 88 2 0 0.47 0.99 0.35 31.66 0.98 0.33
Hex A5 58 2 0 2F 63 23 20 62 21
Octal 245 130 2 0 57 143 43 40 142 41
Binary 10100101 1011000 10 0 101111 1100011 100011 100000 1100010 100001

Color Harmonies of #A55802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A55802

Black with #A55802

Text Example


Text Example

White with #A55802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A55802; }

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

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

background-color css

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

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

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

border-color css

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

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

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