Html Css Color HEX #AE8966 Sandal

📋 copy color: '#AE8966'

red 174 ◦ green 137 ◦ blue 102

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

Shades of Sandal #AE8966

Tints of Sandal #AE8966

RGB

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

 GREEN value IS 137 (53.91% from 255) = 33.17%

 BLUE value IS 102 (40.23% from 255) = 24.7%

R = 42.13%
G = 33.17%
B = 24.7%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.41

 K value IS 0.32

RGB Variations

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

Color information

#AE8966 (or 0xAE8966) is known color: Sandal. HEX triplet: AE, 89 and 66. RGB value is (174,137,102). Sum of RGB (Red+Green+Blue) = 174+137+102=413 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.13% from 413); Green value is 137 (53.91% from 255 or 33.17% from 413); Blue value is 102 (40.23% from 255 or 24.70% from 413); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8966 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE8966 is #517699. Grayscale: #909090. Windows color (decimal): -5338778 or 6719918. OLE color: 6719918.

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

Color convert

RGB 174 137 102 -
CMYK 0 0.21 0.41 0.32
HSL 29.17º 0.31% 0.54% -
HSV(B) 29.17º 0.41% 0.68% -
XYZ 28.8 27.85 16.43 -
YUV 144.07 104.26 149.35 -
System Red Green Blue C M Y K H S L
Decimal 174 137 102 0 0.21 0.41 0.32 29.17 0.31 0.54
Hex AE 89 66 0 15 29 20 1D 1F 36
Octal 256 211 146 0 25 51 40 35 37 66
Binary 10101110 10001001 1100110 0 10101 101001 100000 11101 11111 110110

Color Harmonies of #AE8966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE8966

Black with #AE8966

Text Example


Text Example

White with #AE8966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE8966; }

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

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

background-color css

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

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

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

border-color css

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

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

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