Html Css Color HEX #AB6F0E Golden Brown

📋 copy color: '#AB6F0E'

red 171 ◦ green 111 ◦ blue 14

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

Shades of Golden Brown #AB6F0E

Tints of Golden Brown #AB6F0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 4.73%

R = 57.77%
G = 37.5%
B = 4.73%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.92

 K value IS 0.33

RGB Variations

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

Color information

#AB6F0E (or 0xAB6F0E) is known color: Golden Brown. HEX triplet: AB, 6F and 0E. RGB value is (171,111,14). Sum of RGB (Red+Green+Blue) = 171+111+14=296 (39% of max value = 765). Red value is 171 (67.19% from 255 or 57.77% from 296); Green value is 111 (43.75% from 255 or 37.5% from 296); Blue value is 14 (5.86% from 255 or 4.73% from 296); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6F0E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB6F0E is #5490F1. Grayscale: #767676. Windows color (decimal): -5542130 or 946091. OLE color: 946091.

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

Color convert

RGB 171 111 14 -
CMYK 0 0.35 0.92 0.33
HSL 37.07º 0.85% 0.36% -
HSV(B) 37.07º 0.92% 0.67% -
XYZ 22.56 20.06 3.1 -
YUV 117.88 69.38 165.89 -
System Red Green Blue C M Y K H S L
Decimal 171 111 14 0 0.35 0.92 0.33 37.07 0.85 0.36
Hex AB 6F E 0 23 5C 21 25 55 24
Octal 253 157 16 0 43 134 41 45 125 44
Binary 10101011 1101111 1110 0 100011 1011100 100001 100101 1010101 100100

Color Harmonies of #AB6F0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB6F0E

Black with #AB6F0E

Text Example


Text Example

White with #AB6F0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB6F0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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