Html Css Color HEX #A08475 Almond Frost

📋 copy color: '#A08475'

red 160 ◦ green 132 ◦ blue 117

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

Shades of Almond Frost #A08475

Tints of Almond Frost #A08475

RGB

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

 GREEN value IS 132 (51.95% from 255) = 32.27%

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

R = 39.12%
G = 32.27%
B = 28.61%

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

#A08475 (or 0xA08475) is known color: Almond Frost. HEX triplet: A0, 84 and 75. RGB value is (160,132,117). Sum of RGB (Red+Green+Blue) = 160+132+117=409 (54% of max value = 765). Red value is 160 (62.89% from 255 or 39.12% from 409); Green value is 132 (51.95% from 255 or 32.27% from 409); Blue value is 117 (46.09% from 255 or 28.61% from 409); Max value from RGB is 160 - color contains mainly: red. Hex color #A08475 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A08475 is #5F7B8A. Grayscale: #8A8A8A. Windows color (decimal): -6257547 or 7701664. OLE color: 7701664.

HSL color Cylindrical-coordinate representation of color #A08475: hue angle of 20.93º 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 #A08475 is Cyan = 0, Magento = 0.17, Yellow = 0.27 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 132 117 -
CMYK 0 0.17 0.27 0.37
HSL 20.93º 0.18% 0.54% -
HSV(B) 20.93º 0.27% 0.63% -
XYZ 25.96 25.26 20.34 -
YUV 138.66 115.78 143.22 -
System Red Green Blue C M Y K H S L
Decimal 160 132 117 0 0.17 0.27 0.37 20.93 0.18 0.54
Hex A0 84 75 0 11 1B 25 15 12 36
Octal 240 204 165 0 21 33 45 25 22 66
Binary 10100000 10000100 1110101 0 10001 11011 100101 10101 10010 110110

Color Harmonies of #A08475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08475

Black with #A08475

Text Example


Text Example

White with #A08475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08475; }

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

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

background-color css

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

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

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

border-color css

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

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

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