Html Css Color HEX #AE5E14 Golden Brown

📋 copy color: '#AE5E14'

red 174 ◦ green 94 ◦ blue 20

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

Shades of Golden Brown #AE5E14

Tints of Golden Brown #AE5E14

RGB

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

 GREEN value IS 94 (37.11% from 255) = 32.64%

 BLUE value IS 20 (8.2% from 255) = 6.94%

R = 60.42%
G = 32.64%
B = 6.94%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.89

 K value IS 0.32

RGB Variations

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

Color information

#AE5E14 (or 0xAE5E14) is known color: Golden Brown. HEX triplet: AE, 5E and 14. RGB value is (174,94,20). Sum of RGB (Red+Green+Blue) = 174+94+20=288 (38% of max value = 765). Red value is 174 (68.36% from 255 or 60.42% from 288); Green value is 94 (37.11% from 255 or 32.64% from 288); Blue value is 20 (8.20% from 255 or 6.94% from 288); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5E14 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AE5E14 is #51A1EB. Grayscale: #6D6D6D. Windows color (decimal): -5349868 or 1334958. OLE color: 1334958.

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

Color convert

RGB 174 94 20 -
CMYK 0 0.46 0.89 0.32
HSL 28.83º 0.79% 0.38% -
HSV(B) 28.83º 0.89% 0.68% -
XYZ 21.58 17.05 2.82 -
YUV 109.48 77.5 174.02 -
System Red Green Blue C M Y K H S L
Decimal 174 94 20 0 0.46 0.89 0.32 28.83 0.79 0.38
Hex AE 5E 14 0 2E 59 20 1D 4F 26
Octal 256 136 24 0 56 131 40 35 117 46
Binary 10101110 1011110 10100 0 101110 1011001 100000 11101 1001111 100110

Color Harmonies of #AE5E14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE5E14

Black with #AE5E14

Text Example


Text Example

White with #AE5E14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE5E14; }

 p { color: rgb(174,94,20); }

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

background-color css

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

 a { background-color: rgb(174,94,20); }

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

border-color css

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

 span { border-color: rgb(174,94,20); }

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