Html Css Color HEX #A55902 Golden Brown

📋 copy color: '#A55902'

red 165 ◦ green 89 ◦ blue 2

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

Shades of Golden Brown #A55902

Tints of Golden Brown #A55902

RGB

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

 GREEN value IS 89 (35.16% from 255) = 34.77%

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

R = 64.45%
G = 34.77%
B = 0.78%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.99

 K value IS 0.35

RGB Variations

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

Color information

#A55902 (or 0xA55902) is known color: Golden Brown. HEX triplet: A5, 59 and 02. RGB value is (165,89,2). Sum of RGB (Red+Green+Blue) = 165+89+2=256 (33% of max value = 765). Red value is 165 (64.84% from 255 or 64.45% from 256); Green value is 89 (35.16% from 255 or 34.77% from 256); Blue value is 2 (1.17% from 255 or 0.78% from 256); Max value from RGB is 165 - color contains mainly: red. Hex color #A55902 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A55902 is #5AA6FD. Grayscale: #666666. Windows color (decimal): -5940990 or 154021. OLE color: 154021.

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

Color convert

RGB 165 89 2 -
CMYK 0 0.46 0.99 0.35
HSL 32.02º 0.98% 0.33% -
HSV(B) 32.02º 0.99% 0.65% -
XYZ 19.1 15.15 1.97 -
YUV 101.81 71.68 173.07 -
System Red Green Blue C M Y K H S L
Decimal 165 89 2 0 0.46 0.99 0.35 32.02 0.98 0.33
Hex A5 59 2 0 2E 63 23 20 62 21
Octal 245 131 2 0 56 143 43 40 142 41
Binary 10100101 1011001 10 0 101110 1100011 100011 100000 1100010 100001

Color Harmonies of #A55902

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A55902

Black with #A55902

Text Example


Text Example

White with #A55902

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A55902; }

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

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

background-color css

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

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

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

border-color css

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

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

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