#AE6300

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

Shades of Golden Brown #AE6300

Tints of Golden Brown #AE6300

Color information

#AE6300 (or 0xAE6300) is unknown color: approx Golden Brown. HEX triplet: AE, 63 and 00. RGB value is (174,99,0). Sum of RGB (Red+Green+Blue) = 174+99+0=273 (36% of max value = 765). Red value is 174 (68.36% from 255 or 63.74% from 273); Green value is 99 (39.06% from 255 or 36.26% from 273); Blue value is 0 (0.39% from 255 or 0% from 273); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6300 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AE6300 is #519CFF. Grayscale: #6E6E6E. Windows color (decimal): -5348608 or 25518. OLE color: 25518.

HSL color Cylindrical-coordinate representation of color #AE6300: hue angle of 34.14º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AE6300 is Cyan = 0, Magento = 0.43, Yellow = 1 and Black (K on CMYK) = 0.32.

Color convert

RGB174990-
CMYK00.4310.32
HSL34.14º100%34.12%-
HSV(B)34.14º100%68.24%-
XYZ21.9217.922.3-
YUV110.1465.85173.55-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 63.74%
GREEN value IS 99 (39.06% from 255) = 36.26%
BLUE value IS 0 (0.39% from 255) = 0%
R=63.74%
G=36.26%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 1
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17499000.4310.3234.1410034.12
HexAE63002B6420226422
Octal2561430053144404214442
Binary1010111011000110010101111001001000001000101100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE6300

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE6300; }

 p { color: rgb(174,99,0); }

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

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

 a { background-color: rgb(174,99,0); }

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

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

 span { border-color: rgb(174,99,0); }

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