#A67003

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

Shades of Golden Brown #A67003

Tints of Golden Brown #A67003

Color information

#A67003 (or 0xA67003) is unknown color: approx Golden Brown. HEX triplet: A6, 70 and 03. RGB value is (166,112,3). Sum of RGB (Red+Green+Blue) = 166+112+3=281 (37% of max value = 765). Red value is 166 (65.23% from 255 or 59.07% from 281); Green value is 112 (44.14% from 255 or 39.86% from 281); Blue value is 3 (1.56% from 255 or 1.07% from 281); Max value from RGB is 166 - color contains mainly: red. Hex color #A67003 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A67003 is #598FFC. Grayscale: #747474. Windows color (decimal): -5869565 or 225446. OLE color: 225446.

HSL color Cylindrical-coordinate representation of color #A67003: hue angle of 40.12º degrees, saturation: 0.96, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A67003 is Cyan = 0, Magento = 0.33, Yellow = 0.98 and Black (K on CMYK) = 0.35.

Color convert

RGB1661123-
CMYK00.330.980.35
HSL40.12º96.45%33.14%-
HSV(B)40.12º98.19%65.1%-
XYZ21.5419.72.75-
YUV115.7264.39163.86-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 59.07%
GREEN value IS 112 (44.14% from 255) = 39.86%
BLUE value IS 3 (1.56% from 255) = 1.07%
R=59.07%
G=39.86%
B=1.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.98
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166112300.330.980.3540.1296.4533.14
HexA67030216223286021
Octal2461603041142435014041
Binary10100110111000011010000111000101000111010001100000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A67003

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A67003; }

 p { color: rgb(166,112,3); }

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

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

 a { background-color: rgb(166,112,3); }

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

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

 span { border-color: rgb(166,112,3); }

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