Html Css Color HEX #AE8B8A Thatch

📋 copy color: '#AE8B8A'

red 174 ◦ green 139 ◦ blue 138

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

Shades of Thatch #AE8B8A

Tints of Thatch #AE8B8A

RGB

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

 GREEN value IS 139 (54.69% from 255) = 30.82%

 BLUE value IS 138 (54.3% from 255) = 30.6%

R = 38.58%
G = 30.82%
B = 30.6%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.21

 K value IS 0.32

RGB Variations

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

Color information

#AE8B8A (or 0xAE8B8A) is known color: Thatch. HEX triplet: AE, 8B and 8A. RGB value is (174,139,138). Sum of RGB (Red+Green+Blue) = 174+139+138=451 (59% of max value = 765). Red value is 174 (68.36% from 255 or 38.58% from 451); Green value is 139 (54.69% from 255 or 30.82% from 451); Blue value is 138 (54.30% from 255 or 30.60% from 451); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8B8A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE8B8A is #517475. Grayscale: #959595. Windows color (decimal): -5338230 or 9079726. OLE color: 9079726.

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

Color convert

RGB 174 139 138 -
CMYK 0 0.20 0.21 0.32
HSL 1.67º 0.18% 0.61% -
HSV(B) 1.67º 0.21% 0.68% -
XYZ 31.28 29.3 28.05 -
YUV 149.35 121.6 145.58 -
System Red Green Blue C M Y K H S L
Decimal 174 139 138 0 0.20 0.21 0.32 1.67 0.18 0.61
Hex AE 8B 8A 0 14 15 20 2 12 3D
Octal 256 213 212 0 24 25 40 2 22 75
Binary 10101110 10001011 10001010 0 10100 10101 100000 10 10010 111101

Color Harmonies of #AE8B8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE8B8A

Black with #AE8B8A

Text Example


Text Example

White with #AE8B8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE8B8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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