Html Css Color HEX #A38270 Almond Frost

📋 copy color: '#A38270'

red 163 ◦ green 130 ◦ blue 112

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

Shades of Almond Frost #A38270

Tints of Almond Frost #A38270

RGB

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

 GREEN value IS 130 (51.17% from 255) = 32.1%

 BLUE value IS 112 (44.14% from 255) = 27.65%

R = 40.25%
G = 32.1%
B = 27.65%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.31

 K value IS 0.36

RGB Variations

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

Color information

#A38270 (or 0xA38270) is known color: Almond Frost. HEX triplet: A3, 82 and 70. RGB value is (163,130,112). Sum of RGB (Red+Green+Blue) = 163+130+112=405 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.25% from 405); Green value is 130 (51.17% from 255 or 32.10% from 405); Blue value is 112 (44.14% from 255 or 27.65% from 405); Max value from RGB is 163 - color contains mainly: red. Hex color #A38270 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A38270 is #5C7D8F. Grayscale: #898989. Windows color (decimal): -6061456 or 7373475. OLE color: 7373475.

HSL color Cylindrical-coordinate representation of color #A38270: hue angle of 21.18º degrees, saturation: 0.22, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A38270 is Cyan = 0, Magento = 0.20, Yellow = 0.31 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 130 112 -
CMYK 0 0.20 0.31 0.36
HSL 21.18º 0.22% 0.54% -
HSV(B) 21.18º 0.31% 0.64% -
XYZ 26.01 24.92 18.77 -
YUV 137.82 113.43 145.96 -
System Red Green Blue C M Y K H S L
Decimal 163 130 112 0 0.20 0.31 0.36 21.18 0.22 0.54
Hex A3 82 70 0 14 1F 24 15 16 36
Octal 243 202 160 0 24 37 44 25 26 66
Binary 10100011 10000010 1110000 0 10100 11111 100100 10101 10110 110110

Color Harmonies of #A38270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A38270

Black with #A38270

Text Example


Text Example

White with #A38270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A38270; }

 p { color: rgb(163,130,112); }

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

background-color css

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

 a { background-color: rgb(163,130,112); }

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

border-color css

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

 span { border-color: rgb(163,130,112); }

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