#AFA389

Color #AFA389 Pavlova (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pavlova #AFA389

Tints of Pavlova #AFA389

Color information

#AFA389 (or 0xAFA389) is unknown color: approx Pavlova. HEX triplet: AF, A3 and 89. RGB value is (175,163,137). Sum of RGB (Red+Green+Blue) = 175+163+137=475 (62% of max value = 765). Red value is 175 (68.75% from 255 or 36.84% from 475); Green value is 163 (64.06% from 255 or 34.32% from 475); Blue value is 137 (53.91% from 255 or 28.84% from 475); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA389 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA389 is #505C76. Grayscale: #A3A3A3. Windows color (decimal): -5266551 or 9020335. OLE color: 9020335.

HSL color Cylindrical-coordinate representation of color #AFA389: hue angle of 41.05º 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 #AFA389 is Cyan = 0, Magento = 0.07, Yellow = 0.22 and Black (K on CMYK) = 0.31.

Color convert

RGB175163137-
CMYK00.070.220.31
HSL41.05º19.19%61.18%-
HSV(B)41.05º21.71%68.63%-
XYZ35.2937.1128.97-
YUV163.62112.98136.11-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 36.84%
GREEN value IS 163 (64.06% from 255) = 34.32%
BLUE value IS 137 (53.91% from 255) = 28.84%
R=36.84%
G=34.32%
B=28.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.22
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17516313700.070.220.3141.0519.1961.18
HexAFA38907161F29133d
Octal257243211072637512375
Binary1010111110100011100010010111101101111110100110011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA389

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA389; }

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

 H1.HeaderClassName
 {
   color: #AFA389;
 }
 .AnyTagClassName
 {
   color: #AFA389;
 }
</style>
background-color css

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

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

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

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

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

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