Html Css Color HEX #AB7211 Golden Brown

📋 copy color: '#AB7211'

red 171 ◦ green 114 ◦ blue 17

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

Shades of Golden Brown #AB7211

Tints of Golden Brown #AB7211

RGB

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

 GREEN value IS 114 (44.92% from 255) = 37.75%

 BLUE value IS 17 (7.03% from 255) = 5.63%

R = 56.62%
G = 37.75%
B = 5.63%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.90

 K value IS 0.33

RGB Variations

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

Color information

#AB7211 (or 0xAB7211) is known color: Golden Brown. HEX triplet: AB, 72 and 11. RGB value is (171,114,17). Sum of RGB (Red+Green+Blue) = 171+114+17=302 (40% of max value = 765). Red value is 171 (67.19% from 255 or 56.62% from 302); Green value is 114 (44.92% from 255 or 37.75% from 302); Blue value is 17 (7.03% from 255 or 5.63% from 302); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7211 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB7211 is #548DEE. Grayscale: #787878. Windows color (decimal): -5541359 or 1143467. OLE color: 1143467.

HSL color Cylindrical-coordinate representation of color #AB7211: hue angle of 37.79º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AB7211 is Cyan = 0, Magento = 0.33, Yellow = 0.90 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 114 17 -
CMYK 0 0.33 0.90 0.33
HSL 37.79º 0.82% 0.37% -
HSV(B) 37.79º 0.9% 0.67% -
XYZ 22.91 20.73 3.32 -
YUV 119.99 69.88 164.39 -
System Red Green Blue C M Y K H S L
Decimal 171 114 17 0 0.33 0.90 0.33 37.79 0.82 0.37
Hex AB 72 11 0 21 5A 21 26 52 25
Octal 253 162 21 0 41 132 41 46 122 45
Binary 10101011 1110010 10001 0 100001 1011010 100001 100110 1010010 100101

Color Harmonies of #AB7211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB7211

Black with #AB7211

Text Example


Text Example

White with #AB7211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB7211; }

 p { color: rgb(171,114,17); }

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

background-color css

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

 a { background-color: rgb(171,114,17); }

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

border-color css

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

 span { border-color: rgb(171,114,17); }

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