Html Css Color HEX #AE660E Golden Brown

📋 copy color: '#AE660E'

red 174 ◦ green 102 ◦ blue 14

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

Shades of Golden Brown #AE660E

Tints of Golden Brown #AE660E

RGB

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

 GREEN value IS 102 (40.23% from 255) = 35.17%

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

R = 60%
G = 35.17%
B = 4.83%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.92

 K value IS 0.32

RGB Variations

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

Color information

#AE660E (or 0xAE660E) is known color: Golden Brown. HEX triplet: AE, 66 and 0E. RGB value is (174,102,14). Sum of RGB (Red+Green+Blue) = 174+102+14=290 (38% of max value = 765). Red value is 174 (68.36% from 255 or 60% from 290); Green value is 102 (40.23% from 255 or 35.17% from 290); Blue value is 14 (5.86% from 255 or 4.83% from 290); Max value from RGB is 174 - color contains mainly: red. Hex color #AE660E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AE660E is #5199F1. Grayscale: #717171. Windows color (decimal): -5347826 or 943790. OLE color: 943790.

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

Color convert

RGB 174 102 14 -
CMYK 0 0.41 0.92 0.32
HSL 33º 0.85% 0.37% -
HSV(B) 33º 0.92% 0.68% -
XYZ 22.29 18.53 2.82 -
YUV 113.5 71.85 171.16 -
System Red Green Blue C M Y K H S L
Decimal 174 102 14 0 0.41 0.92 0.32 33 0.85 0.37
Hex AE 66 E 0 29 5C 20 21 55 25
Octal 256 146 16 0 51 134 40 41 125 45
Binary 10101110 1100110 1110 0 101001 1011100 100000 100001 1010101 100101

Color Harmonies of #AE660E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE660E

Black with #AE660E

Text Example


Text Example

White with #AE660E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE660E; }

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

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

background-color css

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

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

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

border-color css

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

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

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