#A35B0B

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

Shades of Golden Brown #A35B0B

Tints of Golden Brown #A35B0B

Color information

#A35B0B (or 0xA35B0B) is unknown color: approx Golden Brown. HEX triplet: A3, 5B and 0B. RGB value is (163,91,11). Sum of RGB (Red+Green+Blue) = 163+91+11=265 (35% of max value = 765). Red value is 163 (64.06% from 255 or 61.51% from 265); Green value is 91 (35.94% from 255 or 34.34% from 265); Blue value is 11 (4.69% from 255 or 4.15% from 265); Max value from RGB is 163 - color contains mainly: red. Hex color #A35B0B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A35B0B is #5CA4F4. Grayscale: #676767. Windows color (decimal): -6071541 or 744355. OLE color: 744355.

HSL color Cylindrical-coordinate representation of color #A35B0B: hue angle of 31.58º degrees, saturation: 0.87, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A35B0B is Cyan = 0, Magento = 0.44, Yellow = 0.93 and Black (K on CMYK) = 0.36.

Color convert

RGB1639111-
CMYK00.440.930.36
HSL31.58º87.36%34.12%-
HSV(B)31.58º93.25%63.92%-
XYZ18.9115.292.27-
YUV103.4175.85170.5-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 61.51%
GREEN value IS 91 (35.94% from 255) = 34.34%
BLUE value IS 11 (4.69% from 255) = 4.15%
R=61.51%
G=34.34%
B=4.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.93
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163911100.440.930.3631.5887.3634.12
HexA35BB02C5D24205722
Octal24313313054135444012742
Binary1010001110110111011010110010111011001001000001010111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A35B0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A35B0B; }

 p { color: rgb(163,91,11); }

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

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

 a { background-color: rgb(163,91,11); }

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

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

 span { border-color: rgb(163,91,11); }

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