Html Css Color HEX #A58B81 Almond Frost

📋 copy color: '#A58B81'

red 165 ◦ green 139 ◦ blue 129

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

Shades of Almond Frost #A58B81

Tints of Almond Frost #A58B81

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 29.79%

R = 38.11%
G = 32.1%
B = 29.79%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.22

 K value IS 0.35

RGB Variations

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

Color information

#A58B81 (or 0xA58B81) is known color: Almond Frost. HEX triplet: A5, 8B and 81. RGB value is (165,139,129). Sum of RGB (Red+Green+Blue) = 165+139+129=433 (57% of max value = 765). Red value is 165 (64.84% from 255 or 38.11% from 433); Green value is 139 (54.69% from 255 or 32.10% from 433); Blue value is 129 (50.78% from 255 or 29.79% from 433); Max value from RGB is 165 - color contains mainly: red. Hex color #A58B81 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A58B81 is #5A747E. Grayscale: #919191. Windows color (decimal): -5928063 or 8489893. OLE color: 8489893.

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

Color convert

RGB 165 139 129 -
CMYK 0 0.16 0.22 0.35
HSL 16.67º 0.17% 0.58% -
HSV(B) 16.67º 0.22% 0.65% -
XYZ 28.71 28.05 24.67 -
YUV 145.63 118.61 141.81 -
System Red Green Blue C M Y K H S L
Decimal 165 139 129 0 0.16 0.22 0.35 16.67 0.17 0.58
Hex A5 8B 81 0 10 16 23 11 11 3A
Octal 245 213 201 0 20 26 43 21 21 72
Binary 10100101 10001011 10000001 0 10000 10110 100011 10001 10001 111010

Color Harmonies of #A58B81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A58B81

Black with #A58B81

Text Example


Text Example

White with #A58B81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A58B81; }

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

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

background-color css

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

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

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

border-color css

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

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

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