Html Css Color HEX #A38985 Thatch

📋 copy color: '#A38985'

red 163 ◦ green 137 ◦ blue 133

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

Shades of Thatch #A38985

Tints of Thatch #A38985

RGB

 RED value IS 163 (64.06% from 255) = 37.64%

 GREEN value IS 137 (53.91% from 255) = 31.64%

 BLUE value IS 133 (52.34% from 255) = 30.72%

R = 37.64%
G = 31.64%
B = 30.72%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.18

 K value IS 0.36

RGB Variations

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

Color information

#A38985 (or 0xA38985) is known color: Thatch. HEX triplet: A3, 89 and 85. RGB value is (163,137,133). Sum of RGB (Red+Green+Blue) = 163+137+133=433 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.64% from 433); Green value is 137 (53.91% from 255 or 31.64% from 433); Blue value is 133 (52.34% from 255 or 30.72% from 433); Max value from RGB is 163 - color contains mainly: red. Hex color #A38985 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A38985 is #5C767A. Grayscale: #909090. Windows color (decimal): -6059643 or 8751523. OLE color: 8751523.

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

Color convert

RGB 163 137 133 -
CMYK 0 0.16 0.18 0.36
HSL 0.14% 0.58% -
HSV(B) 0.18% 0.64% -
XYZ 28.28 27.37 25.98 -
YUV 144.32 121.61 141.33 -
System Red Green Blue C M Y K H S L
Decimal 163 137 133 0 0.16 0.18 0.36 8 0.14 0.58
Hex A3 89 85 0 10 12 24 8 E 3A
Octal 243 211 205 0 20 22 44 10 16 72
Binary 10100011 10001001 10000101 0 10000 10010 100100 1000 1110 111010

Color Harmonies of #A38985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A38985

Black with #A38985

Text Example


Text Example

White with #A38985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A38985; }

 p { color: rgb(163,137,133); }

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

background-color css

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

 a { background-color: rgb(163,137,133); }

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

border-color css

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

 span { border-color: rgb(163,137,133); }

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