Html Css Color HEX #AB7110 Golden Brown

📋 copy color: '#AB7110'

red 171 ◦ green 113 ◦ blue 16

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

Shades of Golden Brown #AB7110

Tints of Golden Brown #AB7110

RGB

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

 GREEN value IS 113 (44.53% from 255) = 37.67%

 BLUE value IS 16 (6.64% from 255) = 5.33%

R = 57%
G = 37.67%
B = 5.33%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.91

 K value IS 0.33

RGB Variations

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

Color information

#AB7110 (or 0xAB7110) is known color: Golden Brown. HEX triplet: AB, 71 and 10. RGB value is (171,113,16). Sum of RGB (Red+Green+Blue) = 171+113+16=300 (39% of max value = 765). Red value is 171 (67.19% from 255 or 57% from 300); Green value is 113 (44.53% from 255 or 37.67% from 300); Blue value is 16 (6.64% from 255 or 5.33% from 300); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7110 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB7110 is #548EEF. Grayscale: #777777. Windows color (decimal): -5541616 or 1077675. OLE color: 1077675.

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

Color convert

RGB 171 113 16 -
CMYK 0 0.34 0.91 0.33
HSL 37.55º 0.83% 0.37% -
HSV(B) 37.55º 0.91% 0.67% -
XYZ 22.79 20.51 3.25 -
YUV 119.28 69.72 164.89 -
System Red Green Blue C M Y K H S L
Decimal 171 113 16 0 0.34 0.91 0.33 37.55 0.83 0.37
Hex AB 71 10 0 22 5B 21 26 53 25
Octal 253 161 20 0 42 133 41 46 123 45
Binary 10101011 1110001 10000 0 100010 1011011 100001 100110 1010011 100101

Color Harmonies of #AB7110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB7110

Black with #AB7110

Text Example


Text Example

White with #AB7110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB7110; }

 p { color: rgb(171,113,16); }

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

background-color css

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

 a { background-color: rgb(171,113,16); }

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

border-color css

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

 span { border-color: rgb(171,113,16); }

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