Html Css Color HEX #AF9490 Thatch

📋 copy color: '#AF9490'

red 175 ◦ green 148 ◦ blue 144

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

Shades of Thatch #AF9490

Tints of Thatch #AF9490

RGB

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

 GREEN value IS 148 (58.2% from 255) = 31.69%

 BLUE value IS 144 (56.64% from 255) = 30.84%

R = 37.47%
G = 31.69%
B = 30.84%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.18

 K value IS 0.31

RGB Variations

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

Color information

#AF9490 (or 0xAF9490) is known color: Thatch. HEX triplet: AF, 94 and 90. RGB value is (175,148,144). Sum of RGB (Red+Green+Blue) = 175+148+144=467 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.47% from 467); Green value is 148 (58.20% from 255 or 31.69% from 467); Blue value is 144 (56.64% from 255 or 30.84% from 467); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9490 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF9490 is #506B6F. Grayscale: #9B9B9B. Windows color (decimal): -5270384 or 9475247. OLE color: 9475247.

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

Color convert

RGB 175 148 144 -
CMYK 0 0.15 0.18 0.31
HSL 7.74º 0.16% 0.63% -
HSV(B) 7.74º 0.18% 0.69% -
XYZ 33.3 32.31 30.87 -
YUV 155.62 121.45 141.83 -
System Red Green Blue C M Y K H S L
Decimal 175 148 144 0 0.15 0.18 0.31 7.74 0.16 0.63
Hex AF 94 90 0 F 12 1F 8 10 3F
Octal 257 224 220 0 17 22 37 10 20 77
Binary 10101111 10010100 10010000 0 1111 10010 11111 1000 10000 111111

Color Harmonies of #AF9490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF9490

Black with #AF9490

Text Example


Text Example

White with #AF9490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF9490; }

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

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

background-color css

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

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

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

border-color css

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

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

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