Html Css Color HEX #AE886A Sandal

📋 copy color: '#AE886A'

red 174 ◦ green 136 ◦ blue 106

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

Shades of Sandal #AE886A

Tints of Sandal #AE886A

RGB

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

 GREEN value IS 136 (53.52% from 255) = 32.69%

 BLUE value IS 106 (41.8% from 255) = 25.48%

R = 41.83%
G = 32.69%
B = 25.48%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.39

 K value IS 0.32

RGB Variations

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

Color information

#AE886A (or 0xAE886A) is known color: Sandal. HEX triplet: AE, 88 and 6A. RGB value is (174,136,106). Sum of RGB (Red+Green+Blue) = 174+136+106=416 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.83% from 416); Green value is 136 (53.52% from 255 or 32.69% from 416); Blue value is 106 (41.80% from 255 or 25.48% from 416); Max value from RGB is 174 - color contains mainly: red. Hex color #AE886A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE886A is #517795. Grayscale: #909090. Windows color (decimal): -5339030 or 6981806. OLE color: 6981806.

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

Color convert

RGB 174 136 106 -
CMYK 0 0.22 0.39 0.32
HSL 26.47º 0.3% 0.55% -
HSV(B) 26.47º 0.39% 0.68% -
XYZ 28.86 27.65 17.45 -
YUV 143.94 106.59 149.44 -
System Red Green Blue C M Y K H S L
Decimal 174 136 106 0 0.22 0.39 0.32 26.47 0.3 0.55
Hex AE 88 6A 0 16 27 20 1A 1E 37
Octal 256 210 152 0 26 47 40 32 36 67
Binary 10101110 10001000 1101010 0 10110 100111 100000 11010 11110 110111

Color Harmonies of #AE886A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE886A

Black with #AE886A

Text Example


Text Example

White with #AE886A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE886A; }

 p { color: rgb(174,136,106); }

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

background-color css

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

 a { background-color: rgb(174,136,106); }

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

border-color css

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

 span { border-color: rgb(174,136,106); }

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