Html Css Color HEX #A38271 Almond Frost

📋 copy color: '#A38271'

red 163 ◦ green 130 ◦ blue 113

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

Shades of Almond Frost #A38271

Tints of Almond Frost #A38271

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 27.83%

R = 40.15%
G = 32.02%
B = 27.83%

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

#A38271 (or 0xA38271) is known color: Almond Frost. HEX triplet: A3, 82 and 71. RGB value is (163,130,113). Sum of RGB (Red+Green+Blue) = 163+130+113=406 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.15% from 406); Green value is 130 (51.17% from 255 or 32.02% from 406); Blue value is 113 (44.53% from 255 or 27.83% from 406); Max value from RGB is 163 - color contains mainly: red. Hex color #A38271 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A38271 is #5C7D8E. Grayscale: #8A8A8A. Windows color (decimal): -6061455 or 7439011. OLE color: 7439011.

HSL color Cylindrical-coordinate representation of color #A38271: hue angle of 20.4º degrees, saturation: 0.21, 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 #A38271 is Cyan = 0, Magento = 0.20, Yellow = 0.31 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 130 113 -
CMYK 0 0.20 0.31 0.36
HSL 20.4º 0.21% 0.54% -
HSV(B) 20.4º 0.31% 0.64% -
XYZ 26.07 24.94 19.06 -
YUV 137.93 113.93 145.88 -
System Red Green Blue C M Y K H S L
Decimal 163 130 113 0 0.20 0.31 0.36 20.4 0.21 0.54
Hex A3 82 71 0 14 1F 24 14 15 36
Octal 243 202 161 0 24 37 44 24 25 66
Binary 10100011 10000010 1110001 0 10100 11111 100100 10100 10101 110110

Color Harmonies of #A38271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A38271

Black with #A38271

Text Example


Text Example

White with #A38271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A38271; }

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

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

background-color css

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

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

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

border-color css

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

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

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