Html Css Color HEX #A58572 Almond Frost

📋 copy color: '#A58572'

red 165 ◦ green 133 ◦ blue 114

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

Shades of Almond Frost #A58572

Tints of Almond Frost #A58572

RGB

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

 GREEN value IS 133 (52.34% from 255) = 32.28%

 BLUE value IS 114 (44.92% from 255) = 27.67%

R = 40.05%
G = 32.28%
B = 27.67%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.31

 K value IS 0.35

RGB Variations

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

Color information

#A58572 (or 0xA58572) is known color: Almond Frost. HEX triplet: A5, 85 and 72. RGB value is (165,133,114). Sum of RGB (Red+Green+Blue) = 165+133+114=412 (54% of max value = 765). Red value is 165 (64.84% from 255 or 40.05% from 412); Green value is 133 (52.34% from 255 or 32.28% from 412); Blue value is 114 (44.92% from 255 or 27.67% from 412); Max value from RGB is 165 - color contains mainly: red. Hex color #A58572 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A58572 is #5A7A8D. Grayscale: #8C8C8C. Windows color (decimal): -5929614 or 7505317. OLE color: 7505317.

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

Color convert

RGB 165 133 114 -
CMYK 0 0.19 0.31 0.35
HSL 22.35º 0.22% 0.55% -
HSV(B) 22.35º 0.31% 0.65% -
XYZ 26.94 25.99 19.52 -
YUV 140.4 113.1 145.54 -
System Red Green Blue C M Y K H S L
Decimal 165 133 114 0 0.19 0.31 0.35 22.35 0.22 0.55
Hex A5 85 72 0 13 1F 23 16 16 37
Octal 245 205 162 0 23 37 43 26 26 67
Binary 10100101 10000101 1110010 0 10011 11111 100011 10110 10110 110111

Color Harmonies of #A58572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A58572

Black with #A58572

Text Example


Text Example

White with #A58572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A58572; }

 p { color: rgb(165,133,114); }

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

background-color css

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

 a { background-color: rgb(165,133,114); }

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

border-color css

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

 span { border-color: rgb(165,133,114); }

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