Html Css Color HEX #A28C89 Thatch

📋 copy color: '#A28C89'

red 162 ◦ green 140 ◦ blue 137

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

Shades of Thatch #A28C89

Tints of Thatch #A28C89

RGB

 RED value IS 162 (63.67% from 255) = 36.9%

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

 BLUE value IS 137 (53.91% from 255) = 31.21%

R = 36.9%
G = 31.89%
B = 31.21%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.15

 K value IS 0.36

RGB Variations

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

Color information

#A28C89 (or 0xA28C89) is known color: Thatch. HEX triplet: A2, 8C and 89. RGB value is (162,140,137). Sum of RGB (Red+Green+Blue) = 162+140+137=439 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.90% from 439); Green value is 140 (55.08% from 255 or 31.89% from 439); Blue value is 137 (53.91% from 255 or 31.21% from 439); Max value from RGB is 162 - color contains mainly: red. Hex color #A28C89 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A28C89 is #5D7376. Grayscale: #929292. Windows color (decimal): -6124407 or 9014434. OLE color: 9014434.

HSL color Cylindrical-coordinate representation of color #A28C89: hue angle of 7.2º degrees, saturation: 0.12, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A28C89 is Cyan = 0, Magento = 0.14, Yellow = 0.15 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 140 137 -
CMYK 0 0.14 0.15 0.36
HSL 7.2º 0.12% 0.59% -
HSV(B) 7.2º 0.15% 0.64% -
XYZ 28.79 28.24 27.6 -
YUV 146.24 122.79 139.24 -
System Red Green Blue C M Y K H S L
Decimal 162 140 137 0 0.14 0.15 0.36 7.2 0.12 0.59
Hex A2 8C 89 0 E F 24 7 C 3B
Octal 242 214 211 0 16 17 44 7 14 73
Binary 10100010 10001100 10001001 0 1110 1111 100100 111 1100 111011

Color Harmonies of #A28C89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A28C89

Black with #A28C89

Text Example


Text Example

White with #A28C89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A28C89; }

 p { color: rgb(162,140,137); }

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

background-color css

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

 a { background-color: rgb(162,140,137); }

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

border-color css

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

 span { border-color: rgb(162,140,137); }

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