Html Css Color HEX #AF8F8A Thatch

📋 copy color: '#AF8F8A'

red 175 ◦ green 143 ◦ blue 138

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

Shades of Thatch #AF8F8A

Tints of Thatch #AF8F8A

RGB

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

 GREEN value IS 143 (56.25% from 255) = 31.36%

 BLUE value IS 138 (54.3% from 255) = 30.26%

R = 38.38%
G = 31.36%
B = 30.26%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.21

 K value IS 0.31

RGB Variations

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

Color information

#AF8F8A (or 0xAF8F8A) is known color: Thatch. HEX triplet: AF, 8F and 8A. RGB value is (175,143,138). Sum of RGB (Red+Green+Blue) = 175+143+138=456 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.38% from 456); Green value is 143 (56.25% from 255 or 31.36% from 456); Blue value is 138 (54.30% from 255 or 30.26% from 456); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8F8A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF8F8A is #507075. Grayscale: #989898. Windows color (decimal): -5271670 or 9080751. OLE color: 9080751.

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

Color convert

RGB 175 143 138 -
CMYK 0 0.18 0.21 0.31
HSL 8.11º 0.19% 0.61% -
HSV(B) 8.11º 0.21% 0.69% -
XYZ 32.09 30.59 28.26 -
YUV 152 120.1 144.41 -
System Red Green Blue C M Y K H S L
Decimal 175 143 138 0 0.18 0.21 0.31 8.11 0.19 0.61
Hex AF 8F 8A 0 12 15 1F 8 13 3D
Octal 257 217 212 0 22 25 37 10 23 75
Binary 10101111 10001111 10001010 0 10010 10101 11111 1000 10011 111101

Color Harmonies of #AF8F8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8F8A

Black with #AF8F8A

Text Example


Text Example

White with #AF8F8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8F8A; }

 p { color: rgb(175,143,138); }

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

background-color css

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

 a { background-color: rgb(175,143,138); }

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

border-color css

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

 span { border-color: rgb(175,143,138); }

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