Html Css Color HEX #AE8A68 Sandal

📋 copy color: '#AE8A68'

red 174 ◦ green 138 ◦ blue 104

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

Shades of Sandal #AE8A68

Tints of Sandal #AE8A68

RGB

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

 GREEN value IS 138 (54.3% from 255) = 33.17%

 BLUE value IS 104 (41.02% from 255) = 25%

R = 41.83%
G = 33.17%
B = 25%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.40

 K value IS 0.32

RGB Variations

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

Color information

#AE8A68 (or 0xAE8A68) is known color: Sandal. HEX triplet: AE, 8A and 68. RGB value is (174,138,104). Sum of RGB (Red+Green+Blue) = 174+138+104=416 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.83% from 416); Green value is 138 (54.30% from 255 or 33.17% from 416); Blue value is 104 (41.02% from 255 or 25% from 416); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8A68 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE8A68 is #517597. Grayscale: #919191. Windows color (decimal): -5338520 or 6851246. OLE color: 6851246.

HSL color Cylindrical-coordinate representation of color #AE8A68: hue angle of 29.14º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AE8A68 is Cyan = 0, Magento = 0.21, Yellow = 0.40 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 138 104 -
CMYK 0 0.21 0.40 0.32
HSL 29.14º 0.3% 0.55% -
HSV(B) 29.14º 0.4% 0.68% -
XYZ 29.04 28.18 17 -
YUV 144.89 104.93 148.76 -
System Red Green Blue C M Y K H S L
Decimal 174 138 104 0 0.21 0.40 0.32 29.14 0.3 0.55
Hex AE 8A 68 0 15 28 20 1D 1E 37
Octal 256 212 150 0 25 50 40 35 36 67
Binary 10101110 10001010 1101000 0 10101 101000 100000 11101 11110 110111

Color Harmonies of #AE8A68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE8A68

Black with #AE8A68

Text Example


Text Example

White with #AE8A68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE8A68; }

 p { color: rgb(174,138,104); }

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

background-color css

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

 a { background-color: rgb(174,138,104); }

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

border-color css

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

 span { border-color: rgb(174,138,104); }

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