Html Css Color HEX #A58875 Almond Frost

📋 copy color: '#A58875'

red 165 ◦ green 136 ◦ blue 117

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

Shades of Almond Frost #A58875

Tints of Almond Frost #A58875

RGB

 RED value IS 165 (64.84% from 255) = 39.47%

 GREEN value IS 136 (53.52% from 255) = 32.54%

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

R = 39.47%
G = 32.54%
B = 27.99%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.29

 K value IS 0.35

RGB Variations

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

Color information

#A58875 (or 0xA58875) is known color: Almond Frost. HEX triplet: A5, 88 and 75. RGB value is (165,136,117). Sum of RGB (Red+Green+Blue) = 165+136+117=418 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.47% from 418); Green value is 136 (53.52% from 255 or 32.54% from 418); Blue value is 117 (46.09% from 255 or 27.99% from 418); Max value from RGB is 165 - color contains mainly: red. Hex color #A58875 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A58875 is #5A778A. Grayscale: #8E8E8E. Windows color (decimal): -5928843 or 7702693. OLE color: 7702693.

HSL color Cylindrical-coordinate representation of color #A58875: hue angle of 23.75º degrees, saturation: 0.21, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A58875 is Cyan = 0, Magento = 0.18, Yellow = 0.29 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 136 117 -
CMYK 0 0.18 0.29 0.35
HSL 23.75º 0.21% 0.55% -
HSV(B) 23.75º 0.29% 0.65% -
XYZ 27.53 26.89 20.57 -
YUV 142.51 113.61 144.04 -
System Red Green Blue C M Y K H S L
Decimal 165 136 117 0 0.18 0.29 0.35 23.75 0.21 0.55
Hex A5 88 75 0 12 1D 23 18 15 37
Octal 245 210 165 0 22 35 43 30 25 67
Binary 10100101 10001000 1110101 0 10010 11101 100011 11000 10101 110111

Color Harmonies of #A58875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A58875

Black with #A58875

Text Example


Text Example

White with #A58875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A58875; }

 p { color: rgb(165,136,117); }

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

background-color css

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

 a { background-color: rgb(165,136,117); }

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

border-color css

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

 span { border-color: rgb(165,136,117); }

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