Html Css Color HEX #AE5A00 Tenne (Tawny)

📋 copy color: '#AE5A00'

red 174 ◦ green 90 ◦ blue 0

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

Shades of Tenne (Tawny) #AE5A00

Tints of Tenne (Tawny) #AE5A00

RGB

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

 GREEN value IS 90 (35.55% from 255) = 34.09%

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

R = 65.91%
G = 34.09%
B = 0%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 1

 K value IS 0.32

RGB Variations

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

Color information

#AE5A00 (or 0xAE5A00) is known color: Tenne (Tawny). HEX triplet: AE, 5A and 00. RGB value is (174,90,0). Sum of RGB (Red+Green+Blue) = 174+90+0=264 (34% of max value = 765). Red value is 174 (68.36% from 255 or 65.91% from 264); Green value is 90 (35.55% from 255 or 34.09% from 264); Blue value is 0 (0.39% from 255 or 0% from 264); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5A00 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AE5A00 is #51A5FF. Grayscale: #696969. Windows color (decimal): -5350912 or 23214. OLE color: 23214.

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

Color convert

RGB 174 90 0 -
CMYK 0 0.48 1 0.32
HSL 31.03º 1% 0.34% -
HSV(B) 31.03º 1% 0.68% -
XYZ 21.11 16.31 2.04 -
YUV 104.86 68.83 177.32 -
System Red Green Blue C M Y K H S L
Decimal 174 90 0 0 0.48 1 0.32 31.03 1 0.34
Hex AE 5A 0 0 30 64 20 1F 64 22
Octal 256 132 0 0 60 144 40 37 144 42
Binary 10101110 1011010 0 0 110000 1100100 100000 11111 1100100 100010

Color Harmonies of #AE5A00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE5A00

Black with #AE5A00

Text Example


Text Example

White with #AE5A00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE5A00; }

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

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

background-color css

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

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

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

border-color css

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

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

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