#A38674

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

Shades of Almond Frost #A38674

Tints of Almond Frost #A38674

Color information

#A38674 (or 0xA38674) is unknown color: approx Almond Frost. HEX triplet: A3, 86 and 74. RGB value is (163,134,116). Sum of RGB (Red+Green+Blue) = 163+134+116=413 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.47% from 413); Green value is 134 (52.73% from 255 or 32.45% from 413); Blue value is 116 (45.70% from 255 or 28.09% from 413); Max value from RGB is 163 - color contains mainly: red. Hex color #A38674 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A38674 is #5C798B. Grayscale: #8C8C8C. Windows color (decimal): -6060428 or 7636643. OLE color: 7636643.

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

Color convert

RGB163134116-
CMYK00.180.290.36
HSL22.98º20.35%54.71%-
HSV(B)22.98º28.83%63.92%-
XYZ26.7826.120.15-
YUV140.62114.11143.96-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 39.47%
GREEN value IS 134 (52.73% from 255) = 32.45%
BLUE value IS 116 (45.70% from 255) = 28.09%
R=39.47%
G=32.45%
B=28.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.29
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16313411600.180.290.3622.9820.3554.71
HexA386740121D24171437
Octal2432061640223544272467
Binary10100011100001101110100010010111011001001011110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A38674

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A38674; }

 p { color: rgb(163,134,116); }

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

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

 a { background-color: rgb(163,134,116); }

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

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

 span { border-color: rgb(163,134,116); }

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