#AFA385

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

Shades of Pavlova #AFA385

Tints of Pavlova #AFA385

Color information

#AFA385 (or 0xAFA385) is unknown color: approx Pavlova. HEX triplet: AF, A3 and 85. RGB value is (175,163,133). Sum of RGB (Red+Green+Blue) = 175+163+133=471 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.15% from 471); Green value is 163 (64.06% from 255 or 34.61% from 471); Blue value is 133 (52.34% from 255 or 28.24% from 471); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA385 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA385 is #505C7A. Grayscale: #A3A3A3. Windows color (decimal): -5266555 or 8758191. OLE color: 8758191.

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

Color convert

RGB175163133-
CMYK00.070.240.31
HSL42.86º20.79%60.39%-
HSV(B)42.86º24%68.63%-
XYZ35.013727.49-
YUV163.17110.98136.44-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 37.15%
GREEN value IS 163 (64.06% from 255) = 34.61%
BLUE value IS 133 (52.34% from 255) = 28.24%
R=37.15%
G=34.61%
B=28.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.24
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17516313300.070.240.3142.8620.7960.39
HexAFA38507181F2b153c
Octal257243205073037532574
Binary1010111110100011100001010111110001111110101110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA385; }

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

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

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

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

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

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

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

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