Html Css Color HEX #A5877B Almond Frost

📋 copy color: '#A5877B'

red 165 ◦ green 135 ◦ blue 123

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

Shades of Almond Frost #A5877B

Tints of Almond Frost #A5877B

RGB

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

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

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

R = 39.01%
G = 31.91%
B = 29.08%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.25

 K value IS 0.35

RGB Variations

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

Color information

#A5877B (or 0xA5877B) is known color: Almond Frost. HEX triplet: A5, 87 and 7B. RGB value is (165,135,123). Sum of RGB (Red+Green+Blue) = 165+135+123=423 (56% of max value = 765). Red value is 165 (64.84% from 255 or 39.01% from 423); Green value is 135 (53.12% from 255 or 31.91% from 423); Blue value is 123 (48.44% from 255 or 29.08% from 423); Max value from RGB is 165 - color contains mainly: red. Hex color #A5877B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5877B is #5A7884. Grayscale: #8E8E8E. Windows color (decimal): -5929093 or 8095653. OLE color: 8095653.

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

Color convert

RGB 165 135 123 -
CMYK 0 0.18 0.25 0.35
HSL 17.14º 0.19% 0.56% -
HSV(B) 17.14º 0.25% 0.65% -
XYZ 27.76 26.76 22.44 -
YUV 142.6 116.94 143.98 -
System Red Green Blue C M Y K H S L
Decimal 165 135 123 0 0.18 0.25 0.35 17.14 0.19 0.56
Hex A5 87 7B 0 12 19 23 11 13 38
Octal 245 207 173 0 22 31 43 21 23 70
Binary 10100101 10000111 1111011 0 10010 11001 100011 10001 10011 111000

Color Harmonies of #A5877B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5877B

Black with #A5877B

Text Example


Text Example

White with #A5877B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5877B; }

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

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

background-color css

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

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

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

border-color css

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

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

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