Html Css Color HEX #A08575 Almond Frost

📋 copy color: '#A08575'

red 160 ◦ green 133 ◦ blue 117

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

Shades of Almond Frost #A08575

Tints of Almond Frost #A08575

RGB

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

 GREEN value IS 133 (52.34% from 255) = 32.44%

 BLUE value IS 117 (46.09% from 255) = 28.54%

R = 39.02%
G = 32.44%
B = 28.54%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.27

 K value IS 0.37

RGB Variations

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

Color information

#A08575 (or 0xA08575) is known color: Almond Frost. HEX triplet: A0, 85 and 75. RGB value is (160,133,117). Sum of RGB (Red+Green+Blue) = 160+133+117=410 (54% of max value = 765). Red value is 160 (62.89% from 255 or 39.02% from 410); Green value is 133 (52.34% from 255 or 32.44% from 410); Blue value is 117 (46.09% from 255 or 28.54% from 410); Max value from RGB is 160 - color contains mainly: red. Hex color #A08575 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A08575 is #5F7A8A. Grayscale: #8B8B8B. Windows color (decimal): -6257291 or 7701920. OLE color: 7701920.

HSL color Cylindrical-coordinate representation of color #A08575: hue angle of 22.33º degrees, saturation: 0.18, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A08575 is Cyan = 0, Magento = 0.17, Yellow = 0.27 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 133 117 -
CMYK 0 0.17 0.27 0.37
HSL 22.33º 0.18% 0.54% -
HSV(B) 22.33º 0.27% 0.63% -
XYZ 26.1 25.53 20.38 -
YUV 139.25 115.45 142.8 -
System Red Green Blue C M Y K H S L
Decimal 160 133 117 0 0.17 0.27 0.37 22.33 0.18 0.54
Hex A0 85 75 0 11 1B 25 16 12 36
Octal 240 205 165 0 21 33 45 26 22 66
Binary 10100000 10000101 1110101 0 10001 11011 100101 10110 10010 110110

Color Harmonies of #A08575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08575

Black with #A08575

Text Example


Text Example

White with #A08575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08575; }

 p { color: rgb(160,133,117); }

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

background-color css

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

 a { background-color: rgb(160,133,117); }

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

border-color css

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

 span { border-color: rgb(160,133,117); }

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