#A9730B

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

Shades of Golden Brown #A9730B

Tints of Golden Brown #A9730B

Color information

#A9730B (or 0xA9730B) is unknown color: approx Golden Brown. HEX triplet: A9, 73 and 0B. RGB value is (169,115,11). Sum of RGB (Red+Green+Blue) = 169+115+11=295 (39% of max value = 765). Red value is 169 (66.41% from 255 or 57.29% from 295); Green value is 115 (45.31% from 255 or 38.98% from 295); Blue value is 11 (4.69% from 255 or 3.73% from 295); Max value from RGB is 169 - color contains mainly: red. Hex color #A9730B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A9730B is #568CF4. Grayscale: #777777. Windows color (decimal): -5672181 or 750505. OLE color: 750505.

HSL color Cylindrical-coordinate representation of color #A9730B: hue angle of 39.49º 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 #A9730B is Cyan = 0, Magento = 0.32, Yellow = 0.93 and Black (K on CMYK) = 0.34.

Color convert

RGB16911511-
CMYK00.320.930.34
HSL39.49º87.78%35.29%-
HSV(B)39.49º93.49%66.27%-
XYZ22.5520.723.13-
YUV119.2966.89163.46-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 57.29%
GREEN value IS 115 (45.31% from 255) = 38.98%
BLUE value IS 11 (4.69% from 255) = 3.73%
R=57.29%
G=38.98%
B=3.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.93
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691151100.320.930.3439.4987.7835.29
HexA973B0205D22275823
Octal25116313040135424713043
Binary1010100111100111011010000010111011000101001111011000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9730B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9730B; }

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

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

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

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

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

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

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

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