Html Css Color HEX #A58B7A Almond Frost

📋 copy color: '#A58B7A'

red 165 ◦ green 139 ◦ blue 122

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

Shades of Almond Frost #A58B7A

Tints of Almond Frost #A58B7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 28.64%

R = 38.73%
G = 32.63%
B = 28.64%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.26

 K value IS 0.35

RGB Variations

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

Color information

#A58B7A (or 0xA58B7A) is known color: Almond Frost. HEX triplet: A5, 8B and 7A. RGB value is (165,139,122). Sum of RGB (Red+Green+Blue) = 165+139+122=426 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.73% from 426); Green value is 139 (54.69% from 255 or 32.63% from 426); Blue value is 122 (48.05% from 255 or 28.64% from 426); Max value from RGB is 165 - color contains mainly: red. Hex color #A58B7A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A58B7A is #5A7485. Grayscale: #909090. Windows color (decimal): -5928070 or 8031141. OLE color: 8031141.

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

Color convert

RGB 165 139 122 -
CMYK 0 0.16 0.26 0.35
HSL 23.72º 0.19% 0.56% -
HSV(B) 23.72º 0.26% 0.65% -
XYZ 28.26 27.87 22.3 -
YUV 144.84 115.11 142.38 -
System Red Green Blue C M Y K H S L
Decimal 165 139 122 0 0.16 0.26 0.35 23.72 0.19 0.56
Hex A5 8B 7A 0 10 1A 23 18 13 38
Octal 245 213 172 0 20 32 43 30 23 70
Binary 10100101 10001011 1111010 0 10000 11010 100011 11000 10011 111000

Color Harmonies of #A58B7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A58B7A

Black with #A58B7A

Text Example


Text Example

White with #A58B7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A58B7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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