Html Css Color HEX #A38473 Almond Frost

📋 copy color: '#A38473'

red 163 ◦ green 132 ◦ blue 115

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

Shades of Almond Frost #A38473

Tints of Almond Frost #A38473

RGB

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

 GREEN value IS 132 (51.95% from 255) = 32.2%

 BLUE value IS 115 (45.31% from 255) = 28.05%

R = 39.76%
G = 32.2%
B = 28.05%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.29

 K value IS 0.36

RGB Variations

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

Color information

#A38473 (or 0xA38473) is known color: Almond Frost. HEX triplet: A3, 84 and 73. RGB value is (163,132,115). Sum of RGB (Red+Green+Blue) = 163+132+115=410 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.76% from 410); Green value is 132 (51.95% from 255 or 32.20% from 410); Blue value is 115 (45.31% from 255 or 28.05% from 410); Max value from RGB is 163 - color contains mainly: red. Hex color #A38473 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A38473 is #5C7B8C. Grayscale: #8B8B8B. Windows color (decimal): -6060941 or 7570595. OLE color: 7570595.

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

Color convert

RGB 163 132 115 -
CMYK 0 0.19 0.29 0.36
HSL 21.25º 0.21% 0.55% -
HSV(B) 21.25º 0.29% 0.64% -
XYZ 26.45 25.53 19.75 -
YUV 139.33 114.27 144.88 -
System Red Green Blue C M Y K H S L
Decimal 163 132 115 0 0.19 0.29 0.36 21.25 0.21 0.55
Hex A3 84 73 0 13 1D 24 15 15 37
Octal 243 204 163 0 23 35 44 25 25 67
Binary 10100011 10000100 1110011 0 10011 11101 100100 10101 10101 110111

Color Harmonies of #A38473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A38473

Black with #A38473

Text Example


Text Example

White with #A38473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A38473; }

 p { color: rgb(163,132,115); }

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

background-color css

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

 a { background-color: rgb(163,132,115); }

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

border-color css

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

 span { border-color: rgb(163,132,115); }

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