Html Css Color HEX #AF9E8B Malta

📋 copy color: '#AF9E8B'

red 175 ◦ green 158 ◦ blue 139

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

Shades of Malta #AF9E8B

Tints of Malta #AF9E8B

RGB

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

 GREEN value IS 158 (62.11% from 255) = 33.47%

 BLUE value IS 139 (54.69% from 255) = 29.45%

R = 37.08%
G = 33.47%
B = 29.45%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.21

 K value IS 0.31

RGB Variations

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

Color information

#AF9E8B (or 0xAF9E8B) is known color: Malta. HEX triplet: AF, 9E and 8B. RGB value is (175,158,139). Sum of RGB (Red+Green+Blue) = 175+158+139=472 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.08% from 472); Green value is 158 (62.11% from 255 or 33.47% from 472); Blue value is 139 (54.69% from 255 or 29.45% from 472); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9E8B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF9E8B is #506174. Grayscale: #A1A1A1. Windows color (decimal): -5267829 or 9150127. OLE color: 9150127.

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

Color convert

RGB 175 158 139 -
CMYK 0 0.10 0.21 0.31
HSL 31.67º 0.18% 0.62% -
HSV(B) 31.67º 0.21% 0.69% -
XYZ 34.57 35.43 29.44 -
YUV 160.92 115.63 138.04 -
System Red Green Blue C M Y K H S L
Decimal 175 158 139 0 0.10 0.21 0.31 31.67 0.18 0.62
Hex AF 9E 8B 0 A 15 1F 20 12 3E
Octal 257 236 213 0 12 25 37 40 22 76
Binary 10101111 10011110 10001011 0 1010 10101 11111 100000 10010 111110

Color Harmonies of #AF9E8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF9E8B

Black with #AF9E8B

Text Example


Text Example

White with #AF9E8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF9E8B; }

 p { color: rgb(175,158,139); }

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

background-color css

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

 a { background-color: rgb(175,158,139); }

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

border-color css

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

 span { border-color: rgb(175,158,139); }

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