Html Css Color HEX #A0867D Almond Frost

📋 copy color: '#A0867D'

red 160 ◦ green 134 ◦ blue 125

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

Shades of Almond Frost #A0867D

Tints of Almond Frost #A0867D

RGB

 RED value IS 160 (62.89% from 255) = 38.19%

 GREEN value IS 134 (52.73% from 255) = 31.98%

 BLUE value IS 125 (49.22% from 255) = 29.83%

R = 38.19%
G = 31.98%
B = 29.83%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.22

 K value IS 0.37

RGB Variations

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

Color information

#A0867D (or 0xA0867D) is known color: Almond Frost. HEX triplet: A0, 86 and 7D. RGB value is (160,134,125). Sum of RGB (Red+Green+Blue) = 160+134+125=419 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.19% from 419); Green value is 134 (52.73% from 255 or 31.98% from 419); Blue value is 125 (49.22% from 255 or 29.83% from 419); Max value from RGB is 160 - color contains mainly: red. Hex color #A0867D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0867D is #5F7982. Grayscale: #8C8C8C. Windows color (decimal): -6257027 or 8226464. OLE color: 8226464.

HSL color Cylindrical-coordinate representation of color #A0867D: hue angle of 15.43º degrees, saturation: 0.16, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A0867D is Cyan = 0, Magento = 0.16, Yellow = 0.22 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 134 125 -
CMYK 0 0.16 0.22 0.37
HSL 15.43º 0.16% 0.56% -
HSV(B) 15.43º 0.22% 0.63% -
XYZ 26.72 26 23.01 -
YUV 140.75 119.11 141.73 -
System Red Green Blue C M Y K H S L
Decimal 160 134 125 0 0.16 0.22 0.37 15.43 0.16 0.56
Hex A0 86 7D 0 10 16 25 F 10 38
Octal 240 206 175 0 20 26 45 17 20 70
Binary 10100000 10000110 1111101 0 10000 10110 100101 1111 10000 111000

Color Harmonies of #A0867D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0867D

Black with #A0867D

Text Example


Text Example

White with #A0867D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0867D; }

 p { color: rgb(160,134,125); }

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

background-color css

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

 a { background-color: rgb(160,134,125); }

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

border-color css

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

 span { border-color: rgb(160,134,125); }

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