Html Css Color HEX #A2887B Almond Frost

📋 copy color: '#A2887B'

red 162 ◦ green 136 ◦ blue 123

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

Shades of Almond Frost #A2887B

Tints of Almond Frost #A2887B

RGB

 RED value IS 162 (63.67% from 255) = 38.48%

 GREEN value IS 136 (53.52% from 255) = 32.3%

 BLUE value IS 123 (48.44% from 255) = 29.22%

R = 38.48%
G = 32.3%
B = 29.22%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.24

 K value IS 0.36

RGB Variations

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

Color information

#A2887B (or 0xA2887B) is known color: Almond Frost. HEX triplet: A2, 88 and 7B. RGB value is (162,136,123). Sum of RGB (Red+Green+Blue) = 162+136+123=421 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.48% from 421); Green value is 136 (53.52% from 255 or 32.30% from 421); Blue value is 123 (48.44% from 255 or 29.22% from 421); Max value from RGB is 162 - color contains mainly: red. Hex color #A2887B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2887B is #5D7784. Grayscale: #8E8E8E. Windows color (decimal): -6125445 or 8095906. OLE color: 8095906.

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

Color convert

RGB 162 136 123 -
CMYK 0 0.16 0.24 0.36
HSL 20º 0.17% 0.56% -
HSV(B) 20º 0.24% 0.64% -
XYZ 27.28 26.72 22.46 -
YUV 142.29 117.11 142.06 -
System Red Green Blue C M Y K H S L
Decimal 162 136 123 0 0.16 0.24 0.36 20 0.17 0.56
Hex A2 88 7B 0 10 18 24 14 11 38
Octal 242 210 173 0 20 30 44 24 21 70
Binary 10100010 10001000 1111011 0 10000 11000 100100 10100 10001 111000

Color Harmonies of #A2887B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2887B

Black with #A2887B

Text Example


Text Example

White with #A2887B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2887B; }

 p { color: rgb(162,136,123); }

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

background-color css

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

 a { background-color: rgb(162,136,123); }

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

border-color css

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

 span { border-color: rgb(162,136,123); }

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