Html Css Color HEX #AE6300 Golden Brown

📋 copy color: '#AE6300'

red 174 ◦ green 99 ◦ blue 0

#AE6300
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Golden Brown #AE6300

Tints of Golden Brown #AE6300

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 value IS 0

 M value IS 0.43

 Y value IS 1

 K value IS 0.32

RGB Variations

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

Color information

#AE6300 (or 0xAE6300) is known color: 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

RGB 174 99 0 -
CMYK 0 0.43 1 0.32
HSL 34.14º 1% 0.34% -
HSV(B) 34.14º 1% 0.68% -
XYZ 21.92 17.92 2.3 -
YUV 110.14 65.85 173.55 -
System Red Green Blue C M Y K H S L
Decimal 174 99 0 0 0.43 1 0.32 34.14 1 0.34
Hex AE 63 0 0 2B 64 20 22 64 22
Octal 256 143 0 0 53 144 40 42 144 42
Binary 10101110 1100011 0 0 101011 1100100 100000 100010 1100100 100010

Color Harmonies of #AE6300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE6300

Black with #AE6300

Text Example


Text Example

White with #AE6300

Text Example


Text Example

HTML Codes & Css Web 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>