Html Css Color HEX #AE660A Golden Brown

📋 copy color: '#AE660A'

red 174 ◦ green 102 ◦ blue 10

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

Shades of Golden Brown #AE660A

Tints of Golden Brown #AE660A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.5%

R = 60.84%
G = 35.66%
B = 3.5%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.94

 K value IS 0.32

RGB Variations

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

Color information

#AE660A (or 0xAE660A) is known color: Golden Brown. HEX triplet: AE, 66 and 0A. RGB value is (174,102,10). Sum of RGB (Red+Green+Blue) = 174+102+10=286 (37% of max value = 765). Red value is 174 (68.36% from 255 or 60.84% from 286); Green value is 102 (40.23% from 255 or 35.66% from 286); Blue value is 10 (4.30% from 255 or 3.50% from 286); Max value from RGB is 174 - color contains mainly: red. Hex color #AE660A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AE660A is #5199F5. Grayscale: #717171. Windows color (decimal): -5347830 or 681646. OLE color: 681646.

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

Color convert

RGB 174 102 10 -
CMYK 0 0.41 0.94 0.32
HSL 33.66º 0.89% 0.36% -
HSV(B) 33.66º 0.94% 0.68% -
XYZ 22.26 18.52 2.69 -
YUV 113.04 69.85 171.48 -
System Red Green Blue C M Y K H S L
Decimal 174 102 10 0 0.41 0.94 0.32 33.66 0.89 0.36
Hex AE 66 A 0 29 5E 20 22 59 24
Octal 256 146 12 0 51 136 40 42 131 44
Binary 10101110 1100110 1010 0 101001 1011110 100000 100010 1011001 100100

Color Harmonies of #AE660A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE660A

Black with #AE660A

Text Example


Text Example

White with #AE660A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE660A; }

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

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

background-color css

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

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

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

border-color css

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

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

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