Html Css Color HEX #AE660B Golden Brown

📋 copy color: '#AE660B'

red 174 ◦ green 102 ◦ blue 11

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

Shades of Golden Brown #AE660B

Tints of Golden Brown #AE660B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.83%

R = 60.63%
G = 35.54%
B = 3.83%

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

#AE660B (or 0xAE660B) is known color: Golden Brown. HEX triplet: AE, 66 and 0B. RGB value is (174,102,11). Sum of RGB (Red+Green+Blue) = 174+102+11=287 (38% of max value = 765). Red value is 174 (68.36% from 255 or 60.63% from 287); Green value is 102 (40.23% from 255 or 35.54% from 287); Blue value is 11 (4.69% from 255 or 3.83% from 287); Max value from RGB is 174 - color contains mainly: red. Hex color #AE660B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AE660B is #5199F4. Grayscale: #717171. Windows color (decimal): -5347829 or 747182. OLE color: 747182.

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

Color convert

RGB 174 102 11 -
CMYK 0 0.41 0.94 0.32
HSL 33.5º 0.88% 0.36% -
HSV(B) 33.5º 0.94% 0.68% -
XYZ 22.27 18.53 2.72 -
YUV 113.15 70.35 171.4 -
System Red Green Blue C M Y K H S L
Decimal 174 102 11 0 0.41 0.94 0.32 33.5 0.88 0.36
Hex AE 66 B 0 29 5E 20 21 58 24
Octal 256 146 13 0 51 136 40 41 130 44
Binary 10101110 1100110 1011 0 101001 1011110 100000 100001 1011000 100100

Color Harmonies of #AE660B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE660B

Black with #AE660B

Text Example


Text Example

White with #AE660B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE660B; }

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

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

background-color css

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

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

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

border-color css

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

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

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