#A9690A

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

Shades of Golden Brown #A9690A

Tints of Golden Brown #A9690A

Color information

#A9690A (or 0xA9690A) is unknown color: approx Golden Brown. HEX triplet: A9, 69 and 0A. RGB value is (169,105,10). Sum of RGB (Red+Green+Blue) = 169+105+10=284 (37% of max value = 765). Red value is 169 (66.41% from 255 or 59.51% from 284); Green value is 105 (41.41% from 255 or 36.97% from 284); Blue value is 10 (4.30% from 255 or 3.52% from 284); Max value from RGB is 169 - color contains mainly: red. Hex color #A9690A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A9690A is #5696F5. Grayscale: #717171. Windows color (decimal): -5674742 or 682409. OLE color: 682409.

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

Color convert

RGB16910510-
CMYK00.380.940.34
HSL35.85º88.83%35.1%-
HSV(B)35.85º94.08%66.27%-
XYZ21.4718.562.74-
YUV113.3169.7167.72-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 59.51%
GREEN value IS 105 (41.41% from 255) = 36.97%
BLUE value IS 10 (4.30% from 255) = 3.52%
R=59.51%
G=36.97%
B=3.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.94
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691051000.380.940.3435.8588.8335.1
HexA969A0265E22245923
Octal25115112046136424413143
Binary1010100111010011010010011010111101000101001001011001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9690A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9690A; }

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

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

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

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

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

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

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

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