#AB690F

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

Shades of Golden Brown #AB690F

Tints of Golden Brown #AB690F

Color information

#AB690F (or 0xAB690F) is unknown color: approx Golden Brown. HEX triplet: AB, 69 and 0F. RGB value is (171,105,15). Sum of RGB (Red+Green+Blue) = 171+105+15=291 (38% of max value = 765). Red value is 171 (67.19% from 255 or 58.76% from 291); Green value is 105 (41.41% from 255 or 36.08% from 291); Blue value is 15 (6.25% from 255 or 5.15% from 291); Max value from RGB is 171 - color contains mainly: red. Hex color #AB690F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB690F is #5496F0. Grayscale: #727272. Windows color (decimal): -5543665 or 1010091. OLE color: 1010091.

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

Color convert

RGB17110515-
CMYK00.390.910.33
HSL34.62º83.87%36.47%-
HSV(B)34.62º91.23%67.06%-
XYZ21.9318.82.92-
YUV114.4771.87168.32-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 58.76%
GREEN value IS 105 (41.41% from 255) = 36.08%
BLUE value IS 15 (6.25% from 255) = 5.15%
R=58.76%
G=36.08%
B=5.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.91
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711051500.390.910.3334.6283.8736.47
HexAB69F0275B21235424
Octal25315117047133414312444
Binary1010101111010011111010011110110111000011000111010100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB690F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB690F; }

 p { color: rgb(171,105,15); }

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

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

 a { background-color: rgb(171,105,15); }

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

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

 span { border-color: rgb(171,105,15); }

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