Html Css Color HEX #A18577 Almond Frost

📋 copy color: '#A18577'

red 161 ◦ green 133 ◦ blue 119

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

Shades of Almond Frost #A18577

Tints of Almond Frost #A18577

RGB

 RED value IS 161 (63.28% from 255) = 38.98%

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

 BLUE value IS 119 (46.88% from 255) = 28.81%

R = 38.98%
G = 32.2%
B = 28.81%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.26

 K value IS 0.37

RGB Variations

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

Color information

#A18577 (or 0xA18577) is known color: Almond Frost. HEX triplet: A1, 85 and 77. RGB value is (161,133,119). Sum of RGB (Red+Green+Blue) = 161+133+119=413 (54% of max value = 765). Red value is 161 (63.28% from 255 or 38.98% from 413); Green value is 133 (52.34% from 255 or 32.20% from 413); Blue value is 119 (46.88% from 255 or 28.81% from 413); Max value from RGB is 161 - color contains mainly: red. Hex color #A18577 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A18577 is #5E7A88. Grayscale: #8B8B8B. Windows color (decimal): -6191753 or 7832993. OLE color: 7832993.

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

Color convert

RGB 161 133 119 -
CMYK 0 0.17 0.26 0.37
HSL 20º 0.18% 0.55% -
HSV(B) 20º 0.26% 0.63% -
XYZ 26.42 25.68 21.02 -
YUV 139.78 116.28 143.14 -
System Red Green Blue C M Y K H S L
Decimal 161 133 119 0 0.17 0.26 0.37 20 0.18 0.55
Hex A1 85 77 0 11 1A 25 14 12 37
Octal 241 205 167 0 21 32 45 24 22 67
Binary 10100001 10000101 1110111 0 10001 11010 100101 10100 10010 110111

Color Harmonies of #A18577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A18577

Black with #A18577

Text Example


Text Example

White with #A18577

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A18577; }

 p { color: rgb(161,133,119); }

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

background-color css

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

 a { background-color: rgb(161,133,119); }

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

border-color css

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

 span { border-color: rgb(161,133,119); }

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