Html Css Color HEX #AE8F84 Thatch

📋 copy color: '#AE8F84'

red 174 ◦ green 143 ◦ blue 132

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

Shades of Thatch #AE8F84

Tints of Thatch #AE8F84

RGB

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

 GREEN value IS 143 (56.25% from 255) = 31.85%

 BLUE value IS 132 (51.95% from 255) = 29.4%

R = 38.75%
G = 31.85%
B = 29.4%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.24

 K value IS 0.32

RGB Variations

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

Color information

#AE8F84 (or 0xAE8F84) is known color: Thatch. HEX triplet: AE, 8F and 84. RGB value is (174,143,132). Sum of RGB (Red+Green+Blue) = 174+143+132=449 (59% of max value = 765). Red value is 174 (68.36% from 255 or 38.75% from 449); Green value is 143 (56.25% from 255 or 31.85% from 449); Blue value is 132 (51.95% from 255 or 29.40% from 449); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8F84 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE8F84 is #51707B. Grayscale: #979797. Windows color (decimal): -5337212 or 8687534. OLE color: 8687534.

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

Color convert

RGB 174 143 132 -
CMYK 0 0.18 0.24 0.32
HSL 15.71º 0.21% 0.6% -
HSV(B) 15.71º 0.24% 0.68% -
XYZ 31.44 30.31 26.02 -
YUV 151.02 117.27 144.39 -
System Red Green Blue C M Y K H S L
Decimal 174 143 132 0 0.18 0.24 0.32 15.71 0.21 0.6
Hex AE 8F 84 0 12 18 20 10 15 3C
Octal 256 217 204 0 22 30 40 20 25 74
Binary 10101110 10001111 10000100 0 10010 11000 100000 10000 10101 111100

Color Harmonies of #AE8F84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE8F84

Black with #AE8F84

Text Example


Text Example

White with #AE8F84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE8F84; }

 p { color: rgb(174,143,132); }

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

background-color css

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

 a { background-color: rgb(174,143,132); }

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

border-color css

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

 span { border-color: rgb(174,143,132); }

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