Html Css Color HEX #AB7115 Golden Brown

📋 copy color: '#AB7115'

red 171 ◦ green 113 ◦ blue 21

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

Shades of Golden Brown #AB7115

Tints of Golden Brown #AB7115

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 6.89%

R = 56.07%
G = 37.05%
B = 6.89%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.88

 K value IS 0.33

RGB Variations

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

Color information

#AB7115 (or 0xAB7115) is known color: Golden Brown. HEX triplet: AB, 71 and 15. RGB value is (171,113,21). Sum of RGB (Red+Green+Blue) = 171+113+21=305 (40% of max value = 765). Red value is 171 (67.19% from 255 or 56.07% from 305); Green value is 113 (44.53% from 255 or 37.05% from 305); Blue value is 21 (8.59% from 255 or 6.89% from 305); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7115 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB7115 is #548EEA. Grayscale: #787878. Windows color (decimal): -5541611 or 1405355. OLE color: 1405355.

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

Color convert

RGB 171 113 21 -
CMYK 0 0.34 0.88 0.33
HSL 36.8º 0.78% 0.38% -
HSV(B) 36.8º 0.88% 0.67% -
XYZ 22.84 20.52 3.47 -
YUV 119.85 72.22 164.48 -
System Red Green Blue C M Y K H S L
Decimal 171 113 21 0 0.34 0.88 0.33 36.8 0.78 0.38
Hex AB 71 15 0 22 58 21 25 4E 26
Octal 253 161 25 0 42 130 41 45 116 46
Binary 10101011 1110001 10101 0 100010 1011000 100001 100101 1001110 100110

Color Harmonies of #AB7115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB7115

Black with #AB7115

Text Example


Text Example

White with #AB7115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB7115; }

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

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

background-color css

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

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

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

border-color css

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

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

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