Html Css Color HEX #AB6502 Golden Brown

📋 copy color: '#AB6502'

red 171 ◦ green 101 ◦ blue 2

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

Shades of Golden Brown #AB6502

Tints of Golden Brown #AB6502

RGB

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

 GREEN value IS 101 (39.84% from 255) = 36.86%

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

R = 62.41%
G = 36.86%
B = 0.73%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.99

 K value IS 0.33

RGB Variations

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

Color information

#AB6502 (or 0xAB6502) is known color: Golden Brown. HEX triplet: AB, 65 and 02. RGB value is (171,101,2). Sum of RGB (Red+Green+Blue) = 171+101+2=274 (36% of max value = 765). Red value is 171 (67.19% from 255 or 62.41% from 274); Green value is 101 (39.84% from 255 or 36.86% from 274); Blue value is 2 (1.17% from 255 or 0.73% from 274); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6502 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB6502 is #549AFD. Grayscale: #6F6F6F. Windows color (decimal): -5544702 or 157099. OLE color: 157099.

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

Color convert

RGB 171 101 2 -
CMYK 0 0.41 0.99 0.33
HSL 35.15º 0.98% 0.34% -
HSV(B) 35.15º 0.99% 0.67% -
XYZ 21.46 17.97 2.39 -
YUV 110.64 66.69 171.05 -
System Red Green Blue C M Y K H S L
Decimal 171 101 2 0 0.41 0.99 0.33 35.15 0.98 0.34
Hex AB 65 2 0 29 63 21 23 62 22
Octal 253 145 2 0 51 143 41 43 142 42
Binary 10101011 1100101 10 0 101001 1100011 100001 100011 1100010 100010

Color Harmonies of #AB6502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB6502

Black with #AB6502

Text Example


Text Example

White with #AB6502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB6502; }

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

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

background-color css

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

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

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

border-color css

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

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

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