Html Css Color HEX #AA8B8B Thatch

📋 copy color: '#AA8B8B'

red 170 ◦ green 139 ◦ blue 139

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

Shades of Thatch #AA8B8B

Tints of Thatch #AA8B8B

RGB

 RED value IS 170 (66.8% from 255) = 37.95%

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

 BLUE value IS 139 (54.69% from 255) = 31.03%

R = 37.95%
G = 31.03%
B = 31.03%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.18

 K value IS 0.33

RGB Variations

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

Color information

#AA8B8B (or 0xAA8B8B) is known color: Thatch. HEX triplet: AA, 8B and 8B. RGB value is (170,139,139). Sum of RGB (Red+Green+Blue) = 170+139+139=448 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.95% from 448); Green value is 139 (54.69% from 255 or 31.03% from 448); Blue value is 139 (54.69% from 255 or 31.03% from 448); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8B8B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA8B8B is #557474. Grayscale: #949494. Windows color (decimal): -5600373 or 9145258. OLE color: 9145258.

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

Color convert

RGB 170 139 139 -
CMYK 0 0.18 0.18 0.33
HSL 0.15% 0.61% -
HSV(B) 0.18% 0.67% -
XYZ 30.47 28.88 28.39 -
YUV 148.27 122.77 143.5 -
System Red Green Blue C M Y K H S L
Decimal 170 139 139 0 0.18 0.18 0.33 0 0.15 0.61
Hex AA 8B 8B 0 12 12 21 0 F 3D
Octal 252 213 213 0 22 22 41 0 17 75
Binary 10101010 10001011 10001011 0 10010 10010 100001 0 1111 111101

Color Harmonies of #AA8B8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8B8B

Black with #AA8B8B

Text Example


Text Example

White with #AA8B8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8B8B; }

 p { color: rgb(170,139,139); }

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

background-color css

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

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

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

border-color css

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

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

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