Html Css Color HEX #AFA089 Malta

📋 copy color: '#AFA089'

red 175 ◦ green 160 ◦ blue 137

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

Shades of Malta #AFA089

Tints of Malta #AFA089

RGB

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

 GREEN value IS 160 (62.89% from 255) = 33.9%

 BLUE value IS 137 (53.91% from 255) = 29.03%

R = 37.08%
G = 33.9%
B = 29.03%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.22

 K value IS 0.31

RGB Variations

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

Color information

#AFA089 (or 0xAFA089) is known color: Malta. HEX triplet: AF, A0 and 89. RGB value is (175,160,137). Sum of RGB (Red+Green+Blue) = 175+160+137=472 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.08% from 472); Green value is 160 (62.89% from 255 or 33.90% from 472); Blue value is 137 (53.91% from 255 or 29.03% from 472); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA089 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA089 is #505F76. Grayscale: #A1A1A1. Windows color (decimal): -5267319 or 9019567. OLE color: 9019567.

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

Color convert

RGB 175 160 137 -
CMYK 0 0.09 0.22 0.31
HSL 36.32º 0.19% 0.61% -
HSV(B) 36.32º 0.22% 0.69% -
XYZ 34.77 36.06 28.8 -
YUV 161.86 113.97 137.37 -
System Red Green Blue C M Y K H S L
Decimal 175 160 137 0 0.09 0.22 0.31 36.32 0.19 0.61
Hex AF A0 89 0 9 16 1F 24 13 3D
Octal 257 240 211 0 11 26 37 44 23 75
Binary 10101111 10100000 10001001 0 1001 10110 11111 100100 10011 111101

Color Harmonies of #AFA089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA089

Black with #AFA089

Text Example


Text Example

White with #AFA089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA089; }

 p { color: rgb(175,160,137); }

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

background-color css

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

 a { background-color: rgb(175,160,137); }

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

border-color css

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

 span { border-color: rgb(175,160,137); }

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