#A38875

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

Shades of Almond Frost #A38875

Tints of Almond Frost #A38875

Color information

#A38875 (or 0xA38875) is unknown color: approx Almond Frost. HEX triplet: A3, 88 and 75. RGB value is (163,136,117). Sum of RGB (Red+Green+Blue) = 163+136+117=416 (55% of max value = 765). Red value is 163 (64.06% from 255 or 39.18% from 416); Green value is 136 (53.52% from 255 or 32.69% from 416); Blue value is 117 (46.09% from 255 or 28.12% from 416); Max value from RGB is 163 - color contains mainly: red. Hex color #A38875 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A38875 is #5C778A. Grayscale: #8E8E8E. Windows color (decimal): -6059915 or 7702691. OLE color: 7702691.

HSL color Cylindrical-coordinate representation of color #A38875: hue angle of 24.78º degrees, saturation: 0.2, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A38875 is Cyan = 0, Magento = 0.17, Yellow = 0.28 and Black (K on CMYK) = 0.36.

Color convert

RGB163136117-
CMYK00.170.280.36
HSL24.78º20%54.9%-
HSV(B)24.78º28.22%63.92%-
XYZ27.1226.6820.55-
YUV141.91113.95143.04-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 39.18%
GREEN value IS 136 (53.52% from 255) = 32.69%
BLUE value IS 117 (46.09% from 255) = 28.12%
R=39.18%
G=32.69%
B=28.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.28
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16313611700.170.280.3624.782054.9
HexA388750111C24191437
Octal2432101650213444312467
Binary10100011100010001110101010001111001001001100110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A38875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A38875; }

 p { color: rgb(163,136,117); }

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

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

 a { background-color: rgb(163,136,117); }

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

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

 span { border-color: rgb(163,136,117); }

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