Html Css Color HEX #AF9893 Thatch

📋 copy color: '#AF9893'

red 175 ◦ green 152 ◦ blue 147

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

Shades of Thatch #AF9893

Tints of Thatch #AF9893

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 31.01%

R = 36.92%
G = 32.07%
B = 31.01%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.16

 K value IS 0.31

RGB Variations

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

Color information

#AF9893 (or 0xAF9893) is known color: Thatch. HEX triplet: AF, 98 and 93. RGB value is (175,152,147). Sum of RGB (Red+Green+Blue) = 175+152+147=474 (62% of max value = 765). Red value is 175 (68.75% from 255 or 36.92% from 474); Green value is 152 (59.77% from 255 or 32.07% from 474); Blue value is 147 (57.81% from 255 or 31.01% from 474); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9893 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF9893 is #50676C. Grayscale: #9E9E9E. Windows color (decimal): -5269357 or 9672879. OLE color: 9672879.

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

Color convert

RGB 175 152 147 -
CMYK 0 0.13 0.16 0.31
HSL 10.71º 0.15% 0.63% -
HSV(B) 10.71º 0.16% 0.69% -
XYZ 34.17 33.68 32.3 -
YUV 158.31 121.62 139.91 -
System Red Green Blue C M Y K H S L
Decimal 175 152 147 0 0.13 0.16 0.31 10.71 0.15 0.63
Hex AF 98 93 0 D 10 1F B F 3F
Octal 257 230 223 0 15 20 37 13 17 77
Binary 10101111 10011000 10010011 0 1101 10000 11111 1011 1111 111111

Color Harmonies of #AF9893

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF9893

Black with #AF9893

Text Example


Text Example

White with #AF9893

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF9893; }

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

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

background-color css

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

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

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

border-color css

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

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

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