Html Css Color HEX #A5887A Almond Frost

📋 copy color: '#A5887A'

red 165 ◦ green 136 ◦ blue 122

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

Shades of Almond Frost #A5887A

Tints of Almond Frost #A5887A

RGB

 RED value IS 165 (64.84% from 255) = 39.01%

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

 BLUE value IS 122 (48.05% from 255) = 28.84%

R = 39.01%
G = 32.15%
B = 28.84%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.26

 K value IS 0.35

RGB Variations

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

Color information

#A5887A (or 0xA5887A) is known color: Almond Frost. HEX triplet: A5, 88 and 7A. RGB value is (165,136,122). Sum of RGB (Red+Green+Blue) = 165+136+122=423 (56% of max value = 765). Red value is 165 (64.84% from 255 or 39.01% from 423); Green value is 136 (53.52% from 255 or 32.15% from 423); Blue value is 122 (48.05% from 255 or 28.84% from 423); Max value from RGB is 165 - color contains mainly: red. Hex color #A5887A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5887A is #5A7785. Grayscale: #8F8F8F. Windows color (decimal): -5928838 or 8030373. OLE color: 8030373.

HSL color Cylindrical-coordinate representation of color #A5887A: hue angle of 19.53º degrees, saturation: 0.19, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A5887A is Cyan = 0, Magento = 0.18, Yellow = 0.26 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 136 122 -
CMYK 0 0.18 0.26 0.35
HSL 19.53º 0.19% 0.56% -
HSV(B) 19.53º 0.26% 0.65% -
XYZ 27.83 27.01 22.16 -
YUV 143.08 116.11 143.64 -
System Red Green Blue C M Y K H S L
Decimal 165 136 122 0 0.18 0.26 0.35 19.53 0.19 0.56
Hex A5 88 7A 0 12 1A 23 14 13 38
Octal 245 210 172 0 22 32 43 24 23 70
Binary 10100101 10001000 1111010 0 10010 11010 100011 10100 10011 111000

Color Harmonies of #A5887A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5887A

Black with #A5887A

Text Example


Text Example

White with #A5887A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5887A; }

 p { color: rgb(165,136,122); }

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

background-color css

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

 a { background-color: rgb(165,136,122); }

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

border-color css

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

 span { border-color: rgb(165,136,122); }

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