#AB660A

Color #AB660A Golden Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Golden Brown #AB660A

Tints of Golden Brown #AB660A

Color information

#AB660A (or 0xAB660A) is unknown color: approx Golden Brown. HEX triplet: AB, 66 and 0A. RGB value is (171,102,10). Sum of RGB (Red+Green+Blue) = 171+102+10=283 (37% of max value = 765). Red value is 171 (67.19% from 255 or 60.42% from 283); Green value is 102 (40.23% from 255 or 36.04% from 283); Blue value is 10 (4.30% from 255 or 3.53% from 283); Max value from RGB is 171 - color contains mainly: red. Hex color #AB660A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB660A is #5499F5. Grayscale: #707070. Windows color (decimal): -5544438 or 681643. OLE color: 681643.

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

Color convert

RGB17110210-
CMYK00.400.940.33
HSL34.29º88.95%35.49%-
HSV(B)34.29º94.15%67.06%-
XYZ21.618.182.66-
YUV112.1470.36169.98-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 60.42%
GREEN value IS 102 (40.23% from 255) = 36.04%
BLUE value IS 10 (4.30% from 255) = 3.53%
R=60.42%
G=36.04%
B=3.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.94
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711021000.400.940.3334.2988.9535.49
HexAB66A0285E21225923
Octal25314612050136414213143
Binary1010101111001101010010100010111101000011000101011001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB660A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB660A; }

 p { color: rgb(171,102,10); }

 H1.HeaderClassName
 {
   color: #AB660A;
 }
 .AnyTagClassName
 {
   color: #AB660A;
 }
</style>
background-color css

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

 a { background-color: rgb(171,102,10); }

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

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

 span { border-color: rgb(171,102,10); }

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