Html Css Color HEX #AE928C Thatch

📋 copy color: '#AE928C'

red 174 ◦ green 146 ◦ blue 140

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

Shades of Thatch #AE928C

Tints of Thatch #AE928C

RGB

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

 GREEN value IS 146 (57.42% from 255) = 31.74%

 BLUE value IS 140 (55.08% from 255) = 30.43%

R = 37.83%
G = 31.74%
B = 30.43%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.20

 K value IS 0.32

RGB Variations

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

Color information

#AE928C (or 0xAE928C) is known color: Thatch. HEX triplet: AE, 92 and 8C. RGB value is (174,146,140). Sum of RGB (Red+Green+Blue) = 174+146+140=460 (60% of max value = 765). Red value is 174 (68.36% from 255 or 37.83% from 460); Green value is 146 (57.42% from 255 or 31.74% from 460); Blue value is 140 (55.08% from 255 or 30.43% from 460); Max value from RGB is 174 - color contains mainly: red. Hex color #AE928C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE928C is #516D73. Grayscale: #999999. Windows color (decimal): -5336436 or 9212590. OLE color: 9212590.

HSL color Cylindrical-coordinate representation of color #AE928C: hue angle of 10.59º degrees, saturation: 0.17, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AE928C is Cyan = 0, Magento = 0.16, Yellow = 0.20 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 146 140 -
CMYK 0 0.16 0.20 0.32
HSL 10.59º 0.17% 0.62% -
HSV(B) 10.59º 0.2% 0.68% -
XYZ 32.47 31.45 29.17 -
YUV 153.69 120.28 142.49 -
System Red Green Blue C M Y K H S L
Decimal 174 146 140 0 0.16 0.20 0.32 10.59 0.17 0.62
Hex AE 92 8C 0 10 14 20 B 11 3E
Octal 256 222 214 0 20 24 40 13 21 76
Binary 10101110 10010010 10001100 0 10000 10100 100000 1011 10001 111110

Color Harmonies of #AE928C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE928C

Black with #AE928C

Text Example


Text Example

White with #AE928C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE928C; }

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

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

background-color css

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

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

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

border-color css

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

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

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