#AE6C03

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

Shades of Golden Brown #AE6C03

Tints of Golden Brown #AE6C03

Color information

#AE6C03 (or 0xAE6C03) is unknown color: approx Golden Brown. HEX triplet: AE, 6C and 03. RGB value is (174,108,3). Sum of RGB (Red+Green+Blue) = 174+108+3=285 (37% of max value = 765). Red value is 174 (68.36% from 255 or 61.05% from 285); Green value is 108 (42.58% from 255 or 37.89% from 285); Blue value is 3 (1.56% from 255 or 1.05% from 285); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6C03 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AE6C03 is #5193FC. Grayscale: #747474. Windows color (decimal): -5346301 or 224430. OLE color: 224430.

HSL color Cylindrical-coordinate representation of color #AE6C03: hue angle of 36.84º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AE6C03 is Cyan = 0, Magento = 0.38, Yellow = 0.98 and Black (K on CMYK) = 0.32.

Color convert

RGB1741083-
CMYK00.380.980.32
HSL36.84º96.61%34.71%-
HSV(B)36.84º98.28%68.24%-
XYZ22.8319.732.69-
YUV115.7664.37169.54-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 61.05%
GREEN value IS 108 (42.58% from 255) = 37.89%
BLUE value IS 3 (1.56% from 255) = 1.05%
R=61.05%
G=37.89%
B=1.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.98
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174108300.380.980.3236.8496.6134.71
HexAE6C30266220256123
Octal2561543046142404514143
Binary10101110110110011010011011000101000001001011100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE6C03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE6C03; }

 p { color: rgb(174,108,3); }

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

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

 a { background-color: rgb(174,108,3); }

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

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

 span { border-color: rgb(174,108,3); }

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