Html Css Color HEX #AE6400 Golden Brown

📋 copy color: '#AE6400'

red 174 ◦ green 100 ◦ blue 0

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

Shades of Golden Brown #AE6400

Tints of Golden Brown #AE6400

RGB

 RED value IS 174 (68.36% from 255) = 63.5%

 GREEN value IS 100 (39.45% from 255) = 36.5%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 63.5%
G = 36.5%
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

#AE6400 (or 0xAE6400) is known color: Golden Brown. HEX triplet: AE, 64 and 00. RGB value is (174,100,0). Sum of RGB (Red+Green+Blue) = 174+100+0=274 (36% of max value = 765). Red value is 174 (68.36% from 255 or 63.50% from 274); Green value is 100 (39.45% from 255 or 36.50% from 274); Blue value is 0 (0.39% from 255 or 0% from 274); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6400 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AE6400 is #519BFF. Grayscale: #6F6F6F. Windows color (decimal): -5348352 or 25774. OLE color: 25774.

HSL color Cylindrical-coordinate representation of color #AE6400: hue angle of 34.48º 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 #AE6400 is Cyan = 0, Magento = 0.43, Yellow = 1 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 100 0 -
CMYK 0 0.43 1 0.32
HSL 34.48º 1% 0.34% -
HSV(B) 34.48º 1% 0.68% -
XYZ 22.01 18.11 2.34 -
YUV 110.73 65.52 173.13 -
System Red Green Blue C M Y K H S L
Decimal 174 100 0 0 0.43 1 0.32 34.48 1 0.34
Hex AE 64 0 0 2B 64 20 22 64 22
Octal 256 144 0 0 53 144 40 42 144 42
Binary 10101110 1100100 0 0 101011 1100100 100000 100010 1100100 100010

Color Harmonies of #AE6400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE6400

Black with #AE6400

Text Example


Text Example

White with #AE6400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE6400; }

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

 H1.HeaderClassName
 {
   color: #AE6400;
 }
 .AnyTagClassName
 {
   color: #AE6400;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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