Html Css Color HEX #AB6212 Golden Brown

📋 copy color: '#AB6212'

red 171 ◦ green 98 ◦ blue 18

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

Shades of Golden Brown #AB6212

Tints of Golden Brown #AB6212

RGB

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

 GREEN value IS 98 (38.67% from 255) = 34.15%

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

R = 59.58%
G = 34.15%
B = 6.27%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.89

 K value IS 0.33

RGB Variations

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

Color information

#AB6212 (or 0xAB6212) is known color: Golden Brown. HEX triplet: AB, 62 and 12. RGB value is (171,98,18). Sum of RGB (Red+Green+Blue) = 171+98+18=287 (38% of max value = 765). Red value is 171 (67.19% from 255 or 59.58% from 287); Green value is 98 (38.67% from 255 or 34.15% from 287); Blue value is 18 (7.42% from 255 or 6.27% from 287); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6212 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB6212 is #549DED. Grayscale: #6F6F6F. Windows color (decimal): -5545454 or 1204907. OLE color: 1204907.

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

Color convert

RGB 171 98 18 -
CMYK 0 0.43 0.89 0.33
HSL 31.37º 0.81% 0.37% -
HSV(B) 31.37º 0.89% 0.67% -
XYZ 21.27 17.44 2.82 -
YUV 110.71 75.68 171 -
System Red Green Blue C M Y K H S L
Decimal 171 98 18 0 0.43 0.89 0.33 31.37 0.81 0.37
Hex AB 62 12 0 2B 59 21 1F 51 25
Octal 253 142 22 0 53 131 41 37 121 45
Binary 10101011 1100010 10010 0 101011 1011001 100001 11111 1010001 100101

Color Harmonies of #AB6212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB6212

Black with #AB6212

Text Example


Text Example

White with #AB6212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB6212; }

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

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

background-color css

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

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

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

border-color css

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

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

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