Html Css Color HEX #AB5902 Golden Brown

📋 copy color: '#AB5902'

red 171 ◦ green 89 ◦ blue 2

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

Shades of Golden Brown #AB5902

Tints of Golden Brown #AB5902

RGB

 RED value IS 171 (67.19% from 255) = 65.27%

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

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

R = 65.27%
G = 33.97%
B = 0.76%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.99

 K value IS 0.33

RGB Variations

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

Color information

#AB5902 (or 0xAB5902) is known color: Golden Brown. HEX triplet: AB, 59 and 02. RGB value is (171,89,2). Sum of RGB (Red+Green+Blue) = 171+89+2=262 (34% of max value = 765). Red value is 171 (67.19% from 255 or 65.27% from 262); Green value is 89 (35.16% from 255 or 33.97% from 262); Blue value is 2 (1.17% from 255 or 0.76% from 262); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5902 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB5902 is #54A6FD. Grayscale: #686868. Windows color (decimal): -5547774 or 154027. OLE color: 154027.

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

Color convert

RGB 171 89 2 -
CMYK 0 0.48 0.99 0.33
HSL 30.89º 0.98% 0.34% -
HSV(B) 30.89º 0.99% 0.67% -
XYZ 20.38 15.81 2.03 -
YUV 103.6 70.67 176.07 -
System Red Green Blue C M Y K H S L
Decimal 171 89 2 0 0.48 0.99 0.33 30.89 0.98 0.34
Hex AB 59 2 0 30 63 21 1F 62 22
Octal 253 131 2 0 60 143 41 37 142 42
Binary 10101011 1011001 10 0 110000 1100011 100001 11111 1100010 100010

Color Harmonies of #AB5902

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB5902

Black with #AB5902

Text Example


Text Example

White with #AB5902

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB5902; }

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

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

background-color css

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

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

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

border-color css

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

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

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