Html Css Color HEX #AB6008 Golden Brown

📋 copy color: '#AB6008'

red 171 ◦ green 96 ◦ blue 8

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

Shades of Golden Brown #AB6008

Tints of Golden Brown #AB6008

RGB

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

 GREEN value IS 96 (37.89% from 255) = 34.91%

 BLUE value IS 8 (3.52% from 255) = 2.91%

R = 62.18%
G = 34.91%
B = 2.91%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.95

 K value IS 0.33

RGB Variations

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

Color information

#AB6008 (or 0xAB6008) is known color: Golden Brown. HEX triplet: AB, 60 and 08. RGB value is (171,96,8). Sum of RGB (Red+Green+Blue) = 171+96+8=275 (36% of max value = 765). Red value is 171 (67.19% from 255 or 62.18% from 275); Green value is 96 (37.89% from 255 or 34.91% from 275); Blue value is 8 (3.52% from 255 or 2.91% from 275); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6008 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB6008 is #549FF7. Grayscale: #6C6C6C. Windows color (decimal): -5545976 or 549035. OLE color: 549035.

HSL color Cylindrical-coordinate representation of color #AB6008: hue angle of 32.39º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AB6008 is Cyan = 0, Magento = 0.44, Yellow = 0.95 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 96 8 -
CMYK 0 0.44 0.95 0.33
HSL 32.39º 0.91% 0.35% -
HSV(B) 32.39º 0.95% 0.67% -
XYZ 21.02 17.04 2.41 -
YUV 108.39 71.35 172.66 -
System Red Green Blue C M Y K H S L
Decimal 171 96 8 0 0.44 0.95 0.33 32.39 0.91 0.35
Hex AB 60 8 0 2C 5F 21 20 5B 23
Octal 253 140 10 0 54 137 41 40 133 43
Binary 10101011 1100000 1000 0 101100 1011111 100001 100000 1011011 100011

Color Harmonies of #AB6008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB6008

Black with #AB6008

Text Example


Text Example

White with #AB6008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB6008; }

 p { color: rgb(171,96,8); }

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

background-color css

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

 a { background-color: rgb(171,96,8); }

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

border-color css

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

 span { border-color: rgb(171,96,8); }

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