#A9690B

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

Shades of Golden Brown #A9690B

Tints of Golden Brown #A9690B

Color information

#A9690B (or 0xA9690B) is unknown color: approx Golden Brown. HEX triplet: A9, 69 and 0B. RGB value is (169,105,11). Sum of RGB (Red+Green+Blue) = 169+105+11=285 (37% of max value = 765). Red value is 169 (66.41% from 255 or 59.30% from 285); Green value is 105 (41.41% from 255 or 36.84% from 285); Blue value is 11 (4.69% from 255 or 3.86% from 285); Max value from RGB is 169 - color contains mainly: red. Hex color #A9690B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A9690B is #5696F4. Grayscale: #717171. Windows color (decimal): -5674741 or 747945. OLE color: 747945.

HSL color Cylindrical-coordinate representation of color #A9690B: hue angle of 35.7º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A9690B is Cyan = 0, Magento = 0.38, Yellow = 0.93 and Black (K on CMYK) = 0.34.

Color convert

RGB16910511-
CMYK00.380.930.34
HSL35.7º87.78%35.29%-
HSV(B)35.7º93.49%66.27%-
XYZ21.4718.562.77-
YUV113.4270.2167.64-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 59.30%
GREEN value IS 105 (41.41% from 255) = 36.84%
BLUE value IS 11 (4.69% from 255) = 3.86%
R=59.30%
G=36.84%
B=3.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.93
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691051100.380.930.3435.787.7835.29
HexA969B0265D22245823
Octal25115113046135424413043
Binary1010100111010011011010011010111011000101001001011000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9690B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9690B; }

 p { color: rgb(169,105,11); }

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

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

 a { background-color: rgb(169,105,11); }

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

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

 span { border-color: rgb(169,105,11); }

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