Html Css Color HEX #AE640E Golden Brown

📋 copy color: '#AE640E'

red 174 ◦ green 100 ◦ blue 14

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

Shades of Golden Brown #AE640E

Tints of Golden Brown #AE640E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 4.86%

R = 60.42%
G = 34.72%
B = 4.86%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.92

 K value IS 0.32

RGB Variations

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

Color information

#AE640E (or 0xAE640E) is known color: Golden Brown. HEX triplet: AE, 64 and 0E. RGB value is (174,100,14). Sum of RGB (Red+Green+Blue) = 174+100+14=288 (38% of max value = 765). Red value is 174 (68.36% from 255 or 60.42% from 288); Green value is 100 (39.45% from 255 or 34.72% from 288); Blue value is 14 (5.86% from 255 or 4.86% from 288); Max value from RGB is 174 - color contains mainly: red. Hex color #AE640E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AE640E is #519BF1. Grayscale: #707070. Windows color (decimal): -5348338 or 943278. OLE color: 943278.

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

Color convert

RGB 174 100 14 -
CMYK 0 0.43 0.92 0.32
HSL 32.25º 0.85% 0.37% -
HSV(B) 32.25º 0.92% 0.68% -
XYZ 22.09 18.14 2.75 -
YUV 112.32 72.52 171.99 -
System Red Green Blue C M Y K H S L
Decimal 174 100 14 0 0.43 0.92 0.32 32.25 0.85 0.37
Hex AE 64 E 0 2B 5C 20 20 55 25
Octal 256 144 16 0 53 134 40 40 125 45
Binary 10101110 1100100 1110 0 101011 1011100 100000 100000 1010101 100101

Color Harmonies of #AE640E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE640E

Black with #AE640E

Text Example


Text Example

White with #AE640E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE640E; }

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

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

background-color css

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

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

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

border-color css

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

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

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