Html Css Color HEX #A58B7F Almond Frost

📋 copy color: '#A58B7F'

red 165 ◦ green 139 ◦ blue 127

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

Shades of Almond Frost #A58B7F

Tints of Almond Frost #A58B7F

RGB

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

 GREEN value IS 139 (54.69% from 255) = 32.25%

 BLUE value IS 127 (50% from 255) = 29.47%

R = 38.28%
G = 32.25%
B = 29.47%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.23

 K value IS 0.35

RGB Variations

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

Color information

#A58B7F (or 0xA58B7F) is known color: Almond Frost. HEX triplet: A5, 8B and 7F. RGB value is (165,139,127). Sum of RGB (Red+Green+Blue) = 165+139+127=431 (57% of max value = 765). Red value is 165 (64.84% from 255 or 38.28% from 431); Green value is 139 (54.69% from 255 or 32.25% from 431); Blue value is 127 (50% from 255 or 29.47% from 431); Max value from RGB is 165 - color contains mainly: red. Hex color #A58B7F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A58B7F is #5A7480. Grayscale: #919191. Windows color (decimal): -5928065 or 8358821. OLE color: 8358821.

HSL color Cylindrical-coordinate representation of color #A58B7F: hue angle of 18.95º degrees, saturation: 0.17, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A58B7F is Cyan = 0, Magento = 0.16, Yellow = 0.23 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 139 127 -
CMYK 0 0.16 0.23 0.35
HSL 18.95º 0.17% 0.57% -
HSV(B) 18.95º 0.23% 0.65% -
XYZ 28.58 28 23.98 -
YUV 145.41 117.61 141.98 -
System Red Green Blue C M Y K H S L
Decimal 165 139 127 0 0.16 0.23 0.35 18.95 0.17 0.57
Hex A5 8B 7F 0 10 17 23 13 11 39
Octal 245 213 177 0 20 27 43 23 21 71
Binary 10100101 10001011 1111111 0 10000 10111 100011 10011 10001 111001

Color Harmonies of #A58B7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A58B7F

Black with #A58B7F

Text Example


Text Example

White with #A58B7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A58B7F; }

 p { color: rgb(165,139,127); }

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

background-color css

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

 a { background-color: rgb(165,139,127); }

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

border-color css

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

 span { border-color: rgb(165,139,127); }

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