Html Css Color HEX #AB7213 Golden Brown

📋 copy color: '#AB7213'

red 171 ◦ green 114 ◦ blue 19

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

Shades of Golden Brown #AB7213

Tints of Golden Brown #AB7213

RGB

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

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

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

R = 56.25%
G = 37.5%
B = 6.25%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.89

 K value IS 0.33

RGB Variations

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

Color information

#AB7213 (or 0xAB7213) is known color: Golden Brown. HEX triplet: AB, 72 and 13. RGB value is (171,114,19). Sum of RGB (Red+Green+Blue) = 171+114+19=304 (40% of max value = 765). Red value is 171 (67.19% from 255 or 56.25% from 304); Green value is 114 (44.92% from 255 or 37.5% from 304); Blue value is 19 (7.81% from 255 or 6.25% from 304); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7213 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB7213 is #548DEC. Grayscale: #787878. Windows color (decimal): -5541357 or 1274539. OLE color: 1274539.

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

Color convert

RGB 171 114 19 -
CMYK 0 0.33 0.89 0.33
HSL 37.5º 0.8% 0.37% -
HSV(B) 37.5º 0.89% 0.67% -
XYZ 22.93 20.74 3.41 -
YUV 120.21 70.88 164.22 -
System Red Green Blue C M Y K H S L
Decimal 171 114 19 0 0.33 0.89 0.33 37.5 0.8 0.37
Hex AB 72 13 0 21 59 21 26 50 25
Octal 253 162 23 0 41 131 41 46 120 45
Binary 10101011 1110010 10011 0 100001 1011001 100001 100110 1010000 100101

Color Harmonies of #AB7213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB7213

Black with #AB7213

Text Example


Text Example

White with #AB7213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB7213; }

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

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

background-color css

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

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

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

border-color css

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

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

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