Html Css Color HEX #AB6F10 Golden Brown

📋 copy color: '#AB6F10'

red 171 ◦ green 111 ◦ blue 16

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

Shades of Golden Brown #AB6F10

Tints of Golden Brown #AB6F10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 5.37%

R = 57.38%
G = 37.25%
B = 5.37%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.91

 K value IS 0.33

RGB Variations

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

Color information

#AB6F10 (or 0xAB6F10) is known color: Golden Brown. HEX triplet: AB, 6F and 10. RGB value is (171,111,16). Sum of RGB (Red+Green+Blue) = 171+111+16=298 (39% of max value = 765). Red value is 171 (67.19% from 255 or 57.38% from 298); Green value is 111 (43.75% from 255 or 37.25% from 298); Blue value is 16 (6.64% from 255 or 5.37% from 298); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6F10 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB6F10 is #5490EF. Grayscale: #767676. Windows color (decimal): -5542128 or 1077163. OLE color: 1077163.

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

Color convert

RGB 171 111 16 -
CMYK 0 0.35 0.91 0.33
HSL 36.77º 0.83% 0.37% -
HSV(B) 36.77º 0.91% 0.67% -
XYZ 22.57 20.06 3.17 -
YUV 118.11 70.38 165.72 -
System Red Green Blue C M Y K H S L
Decimal 171 111 16 0 0.35 0.91 0.33 36.77 0.83 0.37
Hex AB 6F 10 0 23 5B 21 25 53 25
Octal 253 157 20 0 43 133 41 45 123 45
Binary 10101011 1101111 10000 0 100011 1011011 100001 100101 1010011 100101

Color Harmonies of #AB6F10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB6F10

Black with #AB6F10

Text Example


Text Example

White with #AB6F10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB6F10; }

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

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

background-color css

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

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

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

border-color css

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

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

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