Html Css Color HEX #AF9694 Thatch

📋 copy color: '#AF9694'

red 175 ◦ green 150 ◦ blue 148

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

Shades of Thatch #AF9694

Tints of Thatch #AF9694

RGB

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

 GREEN value IS 150 (58.98% from 255) = 31.71%

 BLUE value IS 148 (58.2% from 255) = 31.29%

R = 37%
G = 31.71%
B = 31.29%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.15

 K value IS 0.31

RGB Variations

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

Color information

#AF9694 (or 0xAF9694) is known color: Thatch. HEX triplet: AF, 96 and 94. RGB value is (175,150,148). Sum of RGB (Red+Green+Blue) = 175+150+148=473 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.00% from 473); Green value is 150 (58.98% from 255 or 31.71% from 473); Blue value is 148 (58.20% from 255 or 31.29% from 473); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9694 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF9694 is #50696B. Grayscale: #9D9D9D. Windows color (decimal): -5269868 or 9737903. OLE color: 9737903.

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

Color convert

RGB 175 150 148 -
CMYK 0 0.14 0.15 0.31
HSL 4.44º 0.14% 0.63% -
HSV(B) 4.44º 0.15% 0.69% -
XYZ 33.93 33.06 32.61 -
YUV 157.25 122.78 140.66 -
System Red Green Blue C M Y K H S L
Decimal 175 150 148 0 0.14 0.15 0.31 4.44 0.14 0.63
Hex AF 96 94 0 E F 1F 4 E 3F
Octal 257 226 224 0 16 17 37 4 16 77
Binary 10101111 10010110 10010100 0 1110 1111 11111 100 1110 111111

Color Harmonies of #AF9694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF9694

Black with #AF9694

Text Example


Text Example

White with #AF9694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF9694; }

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

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

background-color css

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

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

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

border-color css

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

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

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