Html Css Color HEX #A78A85 Thatch

📋 copy color: '#A78A85'

red 167 ◦ green 138 ◦ blue 133

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

Shades of Thatch #A78A85

Tints of Thatch #A78A85

RGB

 RED value IS 167 (65.63% from 255) = 38.13%

 GREEN value IS 138 (54.3% from 255) = 31.51%

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

R = 38.13%
G = 31.51%
B = 30.37%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.20

 K value IS 0.35

RGB Variations

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

Color information

#A78A85 (or 0xA78A85) is known color: Thatch. HEX triplet: A7, 8A and 85. RGB value is (167,138,133). Sum of RGB (Red+Green+Blue) = 167+138+133=438 (58% of max value = 765). Red value is 167 (65.62% from 255 or 38.13% from 438); Green value is 138 (54.30% from 255 or 31.51% from 438); Blue value is 133 (52.34% from 255 or 30.37% from 438); Max value from RGB is 167 - color contains mainly: red. Hex color #A78A85 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A78A85 is #58757A. Grayscale: #929292. Windows color (decimal): -5797243 or 8751783. OLE color: 8751783.

HSL color Cylindrical-coordinate representation of color #A78A85: hue angle of 8.82º degrees, saturation: 0.16, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A78A85 is Cyan = 0, Magento = 0.17, Yellow = 0.20 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 138 133 -
CMYK 0 0.17 0.20 0.35
HSL 8.82º 0.16% 0.59% -
HSV(B) 8.82º 0.2% 0.65% -
XYZ 29.26 28.09 26.07 -
YUV 146.1 120.61 142.91 -
System Red Green Blue C M Y K H S L
Decimal 167 138 133 0 0.17 0.20 0.35 8.82 0.16 0.59
Hex A7 8A 85 0 11 14 23 9 10 3B
Octal 247 212 205 0 21 24 43 11 20 73
Binary 10100111 10001010 10000101 0 10001 10100 100011 1001 10000 111011

Color Harmonies of #A78A85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A78A85

Black with #A78A85

Text Example


Text Example

White with #A78A85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A78A85; }

 p { color: rgb(167,138,133); }

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

background-color css

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

 a { background-color: rgb(167,138,133); }

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

border-color css

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

 span { border-color: rgb(167,138,133); }

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