Html Css Color HEX #AB6012 Golden Brown

📋 copy color: '#AB6012'

red 171 ◦ green 96 ◦ blue 18

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

Shades of Golden Brown #AB6012

Tints of Golden Brown #AB6012

RGB

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

 GREEN value IS 96 (37.89% from 255) = 33.68%

 BLUE value IS 18 (7.42% from 255) = 6.32%

R = 60%
G = 33.68%
B = 6.32%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.89

 K value IS 0.33

RGB Variations

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

Color information

#AB6012 (or 0xAB6012) is known color: Golden Brown. HEX triplet: AB, 60 and 12. RGB value is (171,96,18). Sum of RGB (Red+Green+Blue) = 171+96+18=285 (37% of max value = 765). Red value is 171 (67.19% from 255 or 60% from 285); Green value is 96 (37.89% from 255 or 33.68% from 285); Blue value is 18 (7.42% from 255 or 6.32% from 285); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6012 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB6012 is #549FED. Grayscale: #6D6D6D. Windows color (decimal): -5545966 or 1204395. OLE color: 1204395.

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

Color convert

RGB 171 96 18 -
CMYK 0 0.44 0.89 0.33
HSL 30.59º 0.81% 0.37% -
HSV(B) 30.59º 0.89% 0.67% -
XYZ 21.09 17.07 2.76 -
YUV 109.53 76.35 171.84 -
System Red Green Blue C M Y K H S L
Decimal 171 96 18 0 0.44 0.89 0.33 30.59 0.81 0.37
Hex AB 60 12 0 2C 59 21 1F 51 25
Octal 253 140 22 0 54 131 41 37 121 45
Binary 10101011 1100000 10010 0 101100 1011001 100001 11111 1010001 100101

Color Harmonies of #AB6012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB6012

Black with #AB6012

Text Example


Text Example

White with #AB6012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB6012; }

 p { color: rgb(171,96,18); }

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

background-color css

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

 a { background-color: rgb(171,96,18); }

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

border-color css

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

 span { border-color: rgb(171,96,18); }

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