Html Css Color HEX #AF9895 Thatch

📋 copy color: '#AF9895'

red 175 ◦ green 152 ◦ blue 149

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

Shades of Thatch #AF9895

Tints of Thatch #AF9895

RGB

 RED value IS 175 (68.75% from 255) = 36.76%

 GREEN value IS 152 (59.77% from 255) = 31.93%

 BLUE value IS 149 (58.59% from 255) = 31.3%

R = 36.76%
G = 31.93%
B = 31.3%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.15

 K value IS 0.31

RGB Variations

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

Color information

#AF9895 (or 0xAF9895) is known color: Thatch. HEX triplet: AF, 98 and 95. RGB value is (175,152,149). Sum of RGB (Red+Green+Blue) = 175+152+149=476 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.76% from 476); Green value is 152 (59.77% from 255 or 31.93% from 476); Blue value is 149 (58.59% from 255 or 31.30% from 476); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9895 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF9895 is #50676A. Grayscale: #9E9E9E. Windows color (decimal): -5269355 or 9803951. OLE color: 9803951.

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

Color convert

RGB 175 152 149 -
CMYK 0 0.13 0.15 0.31
HSL 6.92º 0.14% 0.64% -
HSV(B) 6.92º 0.15% 0.69% -
XYZ 34.33 33.74 33.14 -
YUV 158.54 122.62 139.74 -
System Red Green Blue C M Y K H S L
Decimal 175 152 149 0 0.13 0.15 0.31 6.92 0.14 0.64
Hex AF 98 95 0 D F 1F 7 E 40
Octal 257 230 225 0 15 17 37 7 16 100
Binary 10101111 10011000 10010101 0 1101 1111 11111 111 1110 1000000

Color Harmonies of #AF9895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF9895

Black with #AF9895

Text Example


Text Example

White with #AF9895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF9895; }

 p { color: rgb(175,152,149); }

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

background-color css

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

 a { background-color: rgb(175,152,149); }

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

border-color css

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

 span { border-color: rgb(175,152,149); }

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