Html Css Color HEX #A5877A Almond Frost

📋 copy color: '#A5877A'

red 165 ◦ green 135 ◦ blue 122

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

Shades of Almond Frost #A5877A

Tints of Almond Frost #A5877A

RGB

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

 GREEN value IS 135 (53.13% from 255) = 31.99%

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

R = 39.1%
G = 31.99%
B = 28.91%

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

#A5877A (or 0xA5877A) is known color: Almond Frost. HEX triplet: A5, 87 and 7A. RGB value is (165,135,122). Sum of RGB (Red+Green+Blue) = 165+135+122=422 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.10% from 422); Green value is 135 (53.12% from 255 or 31.99% from 422); Blue value is 122 (48.05% from 255 or 28.91% from 422); Max value from RGB is 165 - color contains mainly: red. Hex color #A5877A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5877A is #5A7885. Grayscale: #8E8E8E. Windows color (decimal): -5929094 or 8030117. OLE color: 8030117.

HSL color Cylindrical-coordinate representation of color #A5877A: hue angle of 18.14º 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 #A5877A is Cyan = 0, Magento = 0.18, Yellow = 0.26 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 135 122 -
CMYK 0 0.18 0.26 0.35
HSL 18.14º 0.19% 0.56% -
HSV(B) 18.14º 0.26% 0.65% -
XYZ 27.69 26.73 22.11 -
YUV 142.49 116.44 144.06 -
System Red Green Blue C M Y K H S L
Decimal 165 135 122 0 0.18 0.26 0.35 18.14 0.19 0.56
Hex A5 87 7A 0 12 1A 23 12 13 38
Octal 245 207 172 0 22 32 43 22 23 70
Binary 10100101 10000111 1111010 0 10010 11010 100011 10010 10011 111000

Color Harmonies of #A5877A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5877A

Black with #A5877A

Text Example


Text Example

White with #A5877A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5877A; }

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

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

background-color css

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

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

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

border-color css

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

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

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