Html Css Color HEX #AB7015 Golden Brown

📋 copy color: '#AB7015'

red 171 ◦ green 112 ◦ blue 21

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

Shades of Golden Brown #AB7015

Tints of Golden Brown #AB7015

RGB

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

 GREEN value IS 112 (44.14% from 255) = 36.84%

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

R = 56.25%
G = 36.84%
B = 6.91%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.88

 K value IS 0.33

RGB Variations

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

Color information

#AB7015 (or 0xAB7015) is known color: Golden Brown. HEX triplet: AB, 70 and 15. RGB value is (171,112,21). Sum of RGB (Red+Green+Blue) = 171+112+21=304 (40% of max value = 765). Red value is 171 (67.19% from 255 or 56.25% from 304); Green value is 112 (44.14% from 255 or 36.84% from 304); Blue value is 21 (8.59% from 255 or 6.91% from 304); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7015 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB7015 is #548FEA. Grayscale: #777777. Windows color (decimal): -5541867 or 1405099. OLE color: 1405099.

HSL color Cylindrical-coordinate representation of color #AB7015: hue angle of 36.4º 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 #AB7015 is Cyan = 0, Magento = 0.35, Yellow = 0.88 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 112 21 -
CMYK 0 0.35 0.88 0.33
HSL 36.4º 0.78% 0.38% -
HSV(B) 36.4º 0.88% 0.67% -
XYZ 22.72 20.3 3.43 -
YUV 119.27 72.55 164.9 -
System Red Green Blue C M Y K H S L
Decimal 171 112 21 0 0.35 0.88 0.33 36.4 0.78 0.38
Hex AB 70 15 0 23 58 21 24 4E 26
Octal 253 160 25 0 43 130 41 44 116 46
Binary 10101011 1110000 10101 0 100011 1011000 100001 100100 1001110 100110

Color Harmonies of #AB7015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB7015

Black with #AB7015

Text Example


Text Example

White with #AB7015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB7015; }

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

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

background-color css

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

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

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

border-color css

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

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

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