Html Css Color HEX #A38B79 Almond Frost

📋 copy color: '#A38B79'

red 163 ◦ green 139 ◦ blue 121

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

Shades of Almond Frost #A38B79

Tints of Almond Frost #A38B79

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 28.61%

R = 38.53%
G = 32.86%
B = 28.61%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.26

 K value IS 0.36

RGB Variations

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

Color information

#A38B79 (or 0xA38B79) is known color: Almond Frost. HEX triplet: A3, 8B and 79. RGB value is (163,139,121). Sum of RGB (Red+Green+Blue) = 163+139+121=423 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.53% from 423); Green value is 139 (54.69% from 255 or 32.86% from 423); Blue value is 121 (47.66% from 255 or 28.61% from 423); Max value from RGB is 163 - color contains mainly: red. Hex color #A38B79 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A38B79 is #5C7486. Grayscale: #909090. Windows color (decimal): -6059143 or 7965603. OLE color: 7965603.

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

Color convert

RGB 163 139 121 -
CMYK 0 0.15 0.26 0.36
HSL 25.71º 0.19% 0.56% -
HSV(B) 25.71º 0.26% 0.64% -
XYZ 27.79 27.63 21.96 -
YUV 144.12 114.95 141.46 -
System Red Green Blue C M Y K H S L
Decimal 163 139 121 0 0.15 0.26 0.36 25.71 0.19 0.56
Hex A3 8B 79 0 F 1A 24 1A 13 38
Octal 243 213 171 0 17 32 44 32 23 70
Binary 10100011 10001011 1111001 0 1111 11010 100100 11010 10011 111000

Color Harmonies of #A38B79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A38B79

Black with #A38B79

Text Example


Text Example

White with #A38B79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A38B79; }

 p { color: rgb(163,139,121); }

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

background-color css

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

 a { background-color: rgb(163,139,121); }

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

border-color css

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

 span { border-color: rgb(163,139,121); }

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