Html Css Color HEX #AF908C Thatch

📋 copy color: '#AF908C'

red 175 ◦ green 144 ◦ blue 140

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

Shades of Thatch #AF908C

Tints of Thatch #AF908C

RGB

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

 GREEN value IS 144 (56.64% from 255) = 31.37%

 BLUE value IS 140 (55.08% from 255) = 30.5%

R = 38.13%
G = 31.37%
B = 30.5%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.2

 K value IS 0.31

RGB Variations

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

Color information

#AF908C (or 0xAF908C) is known color: Thatch. HEX triplet: AF, 90 and 8C. RGB value is (175,144,140). Sum of RGB (Red+Green+Blue) = 175+144+140=459 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.13% from 459); Green value is 144 (56.64% from 255 or 31.37% from 459); Blue value is 140 (55.08% from 255 or 30.50% from 459); Max value from RGB is 175 - color contains mainly: red. Hex color #AF908C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF908C is #506F73. Grayscale: #989898. Windows color (decimal): -5271412 or 9212079. OLE color: 9212079.

HSL color Cylindrical-coordinate representation of color #AF908C: hue angle of 6.86º degrees, saturation: 0.18, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AF908C is Cyan = 0, Magento = 0.18, Yellow = 0.2 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 144 140 -
CMYK 0 0.18 0.2 0.31
HSL 6.86º 0.18% 0.62% -
HSV(B) 6.86º 0.2% 0.69% -
XYZ 32.39 30.95 29.08 -
YUV 152.81 120.77 143.83 -
System Red Green Blue C M Y K H S L
Decimal 175 144 140 0 0.18 0.2 0.31 6.86 0.18 0.62
Hex AF 90 8C 0 12 14 1F 7 12 3E
Octal 257 220 214 0 22 24 37 7 22 76
Binary 10101111 10010000 10001100 0 10010 10100 11111 111 10010 111110

Color Harmonies of #AF908C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF908C

Black with #AF908C

Text Example


Text Example

White with #AF908C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF908C; }

 p { color: rgb(175,144,140); }

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

background-color css

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

 a { background-color: rgb(175,144,140); }

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

border-color css

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

 span { border-color: rgb(175,144,140); }

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