Html Css Color HEX #AF9290 Thatch

📋 copy color: '#AF9290'

red 175 ◦ green 146 ◦ blue 144

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

Shades of Thatch #AF9290

Tints of Thatch #AF9290

RGB

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

 GREEN value IS 146 (57.42% from 255) = 31.4%

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

R = 37.63%
G = 31.4%
B = 30.97%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.18

 K value IS 0.31

RGB Variations

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

Color information

#AF9290 (or 0xAF9290) is known color: Thatch. HEX triplet: AF, 92 and 90. RGB value is (175,146,144). Sum of RGB (Red+Green+Blue) = 175+146+144=465 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.63% from 465); Green value is 146 (57.42% from 255 or 31.40% from 465); Blue value is 144 (56.64% from 255 or 30.97% from 465); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9290 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF9290 is #506D6F. Grayscale: #9A9A9A. Windows color (decimal): -5270896 or 9474735. OLE color: 9474735.

HSL color Cylindrical-coordinate representation of color #AF9290: hue angle of 3.87º 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 #AF9290 is Cyan = 0, Magento = 0.17, Yellow = 0.18 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 146 144 -
CMYK 0 0.17 0.18 0.31
HSL 3.87º 0.16% 0.63% -
HSV(B) 3.87º 0.18% 0.69% -
XYZ 32.99 31.69 30.76 -
YUV 154.44 122.11 142.66 -
System Red Green Blue C M Y K H S L
Decimal 175 146 144 0 0.17 0.18 0.31 3.87 0.16 0.63
Hex AF 92 90 0 11 12 1F 4 10 3F
Octal 257 222 220 0 21 22 37 4 20 77
Binary 10101111 10010010 10010000 0 10001 10010 11111 100 10000 111111

Color Harmonies of #AF9290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF9290

Black with #AF9290

Text Example


Text Example

White with #AF9290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF9290; }

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

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

background-color css

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

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

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

border-color css

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

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

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