Html Css Color HEX #AB6F0C Golden Brown

📋 copy color: '#AB6F0C'

red 171 ◦ green 111 ◦ blue 12

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

Shades of Golden Brown #AB6F0C

Tints of Golden Brown #AB6F0C

RGB

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

 GREEN value IS 111 (43.75% from 255) = 37.76%

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

R = 58.16%
G = 37.76%
B = 4.08%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.93

 K value IS 0.33

RGB Variations

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

Color information

#AB6F0C (or 0xAB6F0C) is known color: Golden Brown. HEX triplet: AB, 6F and 0C. RGB value is (171,111,12). Sum of RGB (Red+Green+Blue) = 171+111+12=294 (38% of max value = 765). Red value is 171 (67.19% from 255 or 58.16% from 294); Green value is 111 (43.75% from 255 or 37.76% from 294); Blue value is 12 (5.08% from 255 or 4.08% from 294); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6F0C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB6F0C is #5490F3. Grayscale: #767676. Windows color (decimal): -5542132 or 815019. OLE color: 815019.

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

Color convert

RGB 171 111 12 -
CMYK 0 0.35 0.93 0.33
HSL 37.36º 0.87% 0.36% -
HSV(B) 37.36º 0.93% 0.67% -
XYZ 22.55 20.05 3.03 -
YUV 117.65 68.38 166.05 -
System Red Green Blue C M Y K H S L
Decimal 171 111 12 0 0.35 0.93 0.33 37.36 0.87 0.36
Hex AB 6F C 0 23 5D 21 25 57 24
Octal 253 157 14 0 43 135 41 45 127 44
Binary 10101011 1101111 1100 0 100011 1011101 100001 100101 1010111 100100

Color Harmonies of #AB6F0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB6F0C

Black with #AB6F0C

Text Example


Text Example

White with #AB6F0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB6F0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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