#AB6905

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

Shades of Golden Brown #AB6905

Tints of Golden Brown #AB6905

Color information

#AB6905 (or 0xAB6905) is unknown color: approx Golden Brown. HEX triplet: AB, 69 and 05. RGB value is (171,105,5). Sum of RGB (Red+Green+Blue) = 171+105+5=281 (37% of max value = 765). Red value is 171 (67.19% from 255 or 60.85% from 281); Green value is 105 (41.41% from 255 or 37.37% from 281); Blue value is 5 (2.34% from 255 or 1.78% from 281); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6905 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB6905 is #5496FA. Grayscale: #717171. Windows color (decimal): -5543675 or 354731. OLE color: 354731.

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

Color convert

RGB1711055-
CMYK00.390.970.33
HSL36.14º94.32%34.51%-
HSV(B)36.14º97.08%67.06%-
XYZ21.8718.772.61-
YUV113.3366.87169.13-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 60.85%
GREEN value IS 105 (41.41% from 255) = 37.37%
BLUE value IS 5 (2.34% from 255) = 1.78%
R=60.85%
G=37.37%
B=1.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.97
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171105500.390.970.3336.1494.3234.51
HexAB6950276121245e23
Octal2531515047141414413643
Binary101010111101001101010011111000011000011001001011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB6905

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB6905; }

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

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

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

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

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

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

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

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