Html Css Color HEX #AB5E0B Golden Brown

📋 copy color: '#AB5E0B'

red 171 ◦ green 94 ◦ blue 11

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

Shades of Golden Brown #AB5E0B

Tints of Golden Brown #AB5E0B

RGB

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

 GREEN value IS 94 (37.11% from 255) = 34.06%

 BLUE value IS 11 (4.69% from 255) = 3.99%

R = 61.96%
G = 34.06%
B = 3.99%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.94

 K value IS 0.33

RGB Variations

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

Color information

#AB5E0B (or 0xAB5E0B) is known color: Golden Brown. HEX triplet: AB, 5E and 0B. RGB value is (171,94,11). Sum of RGB (Red+Green+Blue) = 171+94+11=276 (36% of max value = 765). Red value is 171 (67.19% from 255 or 61.96% from 276); Green value is 94 (37.11% from 255 or 34.06% from 276); Blue value is 11 (4.69% from 255 or 3.99% from 276); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5E0B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB5E0B is #54A1F4. Grayscale: #6B6B6B. Windows color (decimal): -5546485 or 745131. OLE color: 745131.

HSL color Cylindrical-coordinate representation of color #AB5E0B: hue angle of 31.12º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AB5E0B is Cyan = 0, Magento = 0.45, Yellow = 0.94 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 94 11 -
CMYK 0 0.45 0.94 0.33
HSL 31.13º 0.88% 0.36% -
HSV(B) 31.13º 0.94% 0.67% -
XYZ 20.86 16.69 2.44 -
YUV 107.56 73.51 173.25 -
System Red Green Blue C M Y K H S L
Decimal 171 94 11 0 0.45 0.94 0.33 31.13 0.88 0.36
Hex AB 5E B 0 2D 5E 21 1F 58 24
Octal 253 136 13 0 55 136 41 37 130 44
Binary 10101011 1011110 1011 0 101101 1011110 100001 11111 1011000 100100

Color Harmonies of #AB5E0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB5E0B

Black with #AB5E0B

Text Example


Text Example

White with #AB5E0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB5E0B; }

 p { color: rgb(171,94,11); }

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

background-color css

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

 a { background-color: rgb(171,94,11); }

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

border-color css

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

 span { border-color: rgb(171,94,11); }

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