Html Css Color HEX #AB7113 Golden Brown

📋 copy color: '#AB7113'

red 171 ◦ green 113 ◦ blue 19

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

Shades of Golden Brown #AB7113

Tints of Golden Brown #AB7113

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 6.27%

R = 56.44%
G = 37.29%
B = 6.27%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.89

 K value IS 0.33

RGB Variations

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

Color information

#AB7113 (or 0xAB7113) is known color: Golden Brown. HEX triplet: AB, 71 and 13. RGB value is (171,113,19). Sum of RGB (Red+Green+Blue) = 171+113+19=303 (40% of max value = 765). Red value is 171 (67.19% from 255 or 56.44% from 303); Green value is 113 (44.53% from 255 or 37.29% from 303); Blue value is 19 (7.81% from 255 or 6.27% from 303); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7113 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB7113 is #548EEC. Grayscale: #787878. Windows color (decimal): -5541613 or 1274283. OLE color: 1274283.

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

Color convert

RGB 171 113 19 -
CMYK 0 0.34 0.89 0.33
HSL 37.11º 0.8% 0.37% -
HSV(B) 37.11º 0.89% 0.67% -
XYZ 22.82 20.52 3.37 -
YUV 119.63 71.22 164.64 -
System Red Green Blue C M Y K H S L
Decimal 171 113 19 0 0.34 0.89 0.33 37.11 0.8 0.37
Hex AB 71 13 0 22 59 21 25 50 25
Octal 253 161 23 0 42 131 41 45 120 45
Binary 10101011 1110001 10011 0 100010 1011001 100001 100101 1010000 100101

Color Harmonies of #AB7113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB7113

Black with #AB7113

Text Example


Text Example

White with #AB7113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB7113; }

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

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

background-color css

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

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

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

border-color css

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

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

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