Html Css Color HEX #A38981 Almond Frost

📋 copy color: '#A38981'

red 163 ◦ green 137 ◦ blue 129

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

Shades of Almond Frost #A38981

Tints of Almond Frost #A38981

RGB

 RED value IS 163 (64.06% from 255) = 38%

 GREEN value IS 137 (53.91% from 255) = 31.93%

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

R = 38%
G = 31.93%
B = 30.07%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.21

 K value IS 0.36

RGB Variations

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

Color information

#A38981 (or 0xA38981) is known color: Almond Frost. HEX triplet: A3, 89 and 81. RGB value is (163,137,129). Sum of RGB (Red+Green+Blue) = 163+137+129=429 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.00% from 429); Green value is 137 (53.91% from 255 or 31.93% from 429); Blue value is 129 (50.78% from 255 or 30.07% from 429); Max value from RGB is 163 - color contains mainly: red. Hex color #A38981 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A38981 is #5C767E. Grayscale: #8F8F8F. Windows color (decimal): -6059647 or 8489379. OLE color: 8489379.

HSL color Cylindrical-coordinate representation of color #A38981: hue angle of 14.12º degrees, saturation: 0.16, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A38981 is Cyan = 0, Magento = 0.16, Yellow = 0.21 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 137 129 -
CMYK 0 0.16 0.21 0.36
HSL 14.12º 0.16% 0.57% -
HSV(B) 14.12º 0.21% 0.64% -
XYZ 28.01 27.26 24.55 -
YUV 143.86 119.61 141.65 -
System Red Green Blue C M Y K H S L
Decimal 163 137 129 0 0.16 0.21 0.36 14.12 0.16 0.57
Hex A3 89 81 0 10 15 24 E 10 39
Octal 243 211 201 0 20 25 44 16 20 71
Binary 10100011 10001001 10000001 0 10000 10101 100100 1110 10000 111001

Color Harmonies of #A38981

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A38981

Black with #A38981

Text Example


Text Example

White with #A38981

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A38981; }

 p { color: rgb(163,137,129); }

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

background-color css

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

 a { background-color: rgb(163,137,129); }

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

border-color css

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

 span { border-color: rgb(163,137,129); }

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