Html Css Color HEX #A18375 Almond Frost

📋 copy color: '#A18375'

red 161 ◦ green 131 ◦ blue 117

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

Shades of Almond Frost #A18375

Tints of Almond Frost #A18375

RGB

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

 GREEN value IS 131 (51.56% from 255) = 32.03%

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

R = 39.36%
G = 32.03%
B = 28.61%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.27

 K value IS 0.37

RGB Variations

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

Color information

#A18375 (or 0xA18375) is known color: Almond Frost. HEX triplet: A1, 83 and 75. RGB value is (161,131,117). Sum of RGB (Red+Green+Blue) = 161+131+117=409 (54% of max value = 765). Red value is 161 (63.28% from 255 or 39.36% from 409); Green value is 131 (51.56% from 255 or 32.03% from 409); Blue value is 117 (46.09% from 255 or 28.61% from 409); Max value from RGB is 161 - color contains mainly: red. Hex color #A18375 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A18375 is #5E7C8A. Grayscale: #8A8A8A. Windows color (decimal): -6192267 or 7701409. OLE color: 7701409.

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

Color convert

RGB 161 131 117 -
CMYK 0 0.19 0.27 0.37
HSL 19.09º 0.19% 0.55% -
HSV(B) 19.09º 0.27% 0.63% -
XYZ 26.03 25.09 20.3 -
YUV 138.37 115.94 144.14 -
System Red Green Blue C M Y K H S L
Decimal 161 131 117 0 0.19 0.27 0.37 19.09 0.19 0.55
Hex A1 83 75 0 13 1B 25 13 13 37
Octal 241 203 165 0 23 33 45 23 23 67
Binary 10100001 10000011 1110101 0 10011 11011 100101 10011 10011 110111

Color Harmonies of #A18375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A18375

Black with #A18375

Text Example


Text Example

White with #A18375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A18375; }

 p { color: rgb(161,131,117); }

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

background-color css

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

 a { background-color: rgb(161,131,117); }

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

border-color css

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

 span { border-color: rgb(161,131,117); }

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