Html Css Color HEX #AB7014 Golden Brown

📋 copy color: '#AB7014'

red 171 ◦ green 112 ◦ blue 20

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

Shades of Golden Brown #AB7014

Tints of Golden Brown #AB7014

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 6.6%

R = 56.44%
G = 36.96%
B = 6.6%

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

#AB7014 (or 0xAB7014) is known color: Golden Brown. HEX triplet: AB, 70 and 14. RGB value is (171,112,20). Sum of RGB (Red+Green+Blue) = 171+112+20=303 (40% of max value = 765). Red value is 171 (67.19% from 255 or 56.44% from 303); Green value is 112 (44.14% from 255 or 36.96% from 303); Blue value is 20 (8.20% from 255 or 6.60% from 303); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7014 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB7014 is #548FEB. Grayscale: #777777. Windows color (decimal): -5541868 or 1339563. OLE color: 1339563.

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

Color convert

RGB 171 112 20 -
CMYK 0 0.35 0.88 0.33
HSL 36.56º 0.79% 0.37% -
HSV(B) 36.56º 0.88% 0.67% -
XYZ 22.72 20.3 3.38 -
YUV 119.15 72.05 164.98 -
System Red Green Blue C M Y K H S L
Decimal 171 112 20 0 0.35 0.88 0.33 36.56 0.79 0.37
Hex AB 70 14 0 23 58 21 25 4F 25
Octal 253 160 24 0 43 130 41 45 117 45
Binary 10101011 1110000 10100 0 100011 1011000 100001 100101 1001111 100101

Color Harmonies of #AB7014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB7014

Black with #AB7014

Text Example


Text Example

White with #AB7014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB7014; }

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

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

background-color css

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

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

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

border-color css

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

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

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