Html Css Color HEX #AE8C88 Thatch

📋 copy color: '#AE8C88'

red 174 ◦ green 140 ◦ blue 136

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

Shades of Thatch #AE8C88

Tints of Thatch #AE8C88

RGB

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

 GREEN value IS 140 (55.08% from 255) = 31.11%

 BLUE value IS 136 (53.52% from 255) = 30.22%

R = 38.67%
G = 31.11%
B = 30.22%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.22

 K value IS 0.32

RGB Variations

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

Color information

#AE8C88 (or 0xAE8C88) is known color: Thatch. HEX triplet: AE, 8C and 88. RGB value is (174,140,136). Sum of RGB (Red+Green+Blue) = 174+140+136=450 (59% of max value = 765). Red value is 174 (68.36% from 255 or 38.67% from 450); Green value is 140 (55.08% from 255 or 31.11% from 450); Blue value is 136 (53.52% from 255 or 30.22% from 450); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8C88 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE8C88 is #517377. Grayscale: #959595. Windows color (decimal): -5337976 or 8948910. OLE color: 8948910.

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

Color convert

RGB 174 140 136 -
CMYK 0 0.20 0.22 0.32
HSL 6.32º 0.19% 0.61% -
HSV(B) 6.32º 0.22% 0.68% -
XYZ 31.28 29.53 27.34 -
YUV 149.71 120.26 145.33 -
System Red Green Blue C M Y K H S L
Decimal 174 140 136 0 0.20 0.22 0.32 6.32 0.19 0.61
Hex AE 8C 88 0 14 16 20 6 13 3D
Octal 256 214 210 0 24 26 40 6 23 75
Binary 10101110 10001100 10001000 0 10100 10110 100000 110 10011 111101

Color Harmonies of #AE8C88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE8C88

Black with #AE8C88

Text Example


Text Example

White with #AE8C88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE8C88; }

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

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

background-color css

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

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

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

border-color css

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

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

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