Html Css Color HEX #AB6B0C Golden Brown

📋 copy color: '#AB6B0C'

red 171 ◦ green 107 ◦ blue 12

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

Shades of Golden Brown #AB6B0C

Tints of Golden Brown #AB6B0C

RGB

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

 GREEN value IS 107 (42.19% from 255) = 36.9%

 BLUE value IS 12 (5.08% from 255) = 4.14%

R = 58.97%
G = 36.9%
B = 4.14%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.93

 K value IS 0.33

RGB Variations

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

Color information

#AB6B0C (or 0xAB6B0C) is known color: Golden Brown. HEX triplet: AB, 6B and 0C. RGB value is (171,107,12). Sum of RGB (Red+Green+Blue) = 171+107+12=290 (38% of max value = 765). Red value is 171 (67.19% from 255 or 58.97% from 290); Green value is 107 (42.19% from 255 or 36.90% from 290); Blue value is 12 (5.08% from 255 or 4.14% from 290); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6B0C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB6B0C is #5494F3. Grayscale: #737373. Windows color (decimal): -5543156 or 813995. OLE color: 813995.

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

Color convert

RGB 171 107 12 -
CMYK 0 0.37 0.93 0.33
HSL 35.85º 0.87% 0.36% -
HSV(B) 35.85º 0.93% 0.67% -
XYZ 22.12 19.2 2.89 -
YUV 115.31 69.7 167.72 -
System Red Green Blue C M Y K H S L
Decimal 171 107 12 0 0.37 0.93 0.33 35.85 0.87 0.36
Hex AB 6B C 0 25 5D 21 24 57 24
Octal 253 153 14 0 45 135 41 44 127 44
Binary 10101011 1101011 1100 0 100101 1011101 100001 100100 1010111 100100

Color Harmonies of #AB6B0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB6B0C

Black with #AB6B0C

Text Example


Text Example

White with #AB6B0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB6B0C; }

 p { color: rgb(171,107,12); }

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

background-color css

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

 a { background-color: rgb(171,107,12); }

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

border-color css

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

 span { border-color: rgb(171,107,12); }

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