Html Css Color HEX #A38373 Almond Frost

📋 copy color: '#A38373'

red 163 ◦ green 131 ◦ blue 115

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

Shades of Almond Frost #A38373

Tints of Almond Frost #A38373

RGB

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

 GREEN value IS 131 (51.56% from 255) = 32.03%

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

R = 39.85%
G = 32.03%
B = 28.12%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.29

 K value IS 0.36

RGB Variations

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

Color information

#A38373 (or 0xA38373) is known color: Almond Frost. HEX triplet: A3, 83 and 73. RGB value is (163,131,115). Sum of RGB (Red+Green+Blue) = 163+131+115=409 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.85% from 409); Green value is 131 (51.56% from 255 or 32.03% from 409); Blue value is 115 (45.31% from 255 or 28.12% from 409); Max value from RGB is 163 - color contains mainly: red. Hex color #A38373 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A38373 is #5C7C8C. Grayscale: #8A8A8A. Windows color (decimal): -6061197 or 7570339. OLE color: 7570339.

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

Color convert

RGB 163 131 115 -
CMYK 0 0.20 0.29 0.36
HSL 20º 0.21% 0.55% -
HSV(B) 20º 0.29% 0.64% -
XYZ 26.32 25.26 19.71 -
YUV 138.74 114.6 145.3 -
System Red Green Blue C M Y K H S L
Decimal 163 131 115 0 0.20 0.29 0.36 20 0.21 0.55
Hex A3 83 73 0 14 1D 24 14 15 37
Octal 243 203 163 0 24 35 44 24 25 67
Binary 10100011 10000011 1110011 0 10100 11101 100100 10100 10101 110111

Color Harmonies of #A38373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A38373

Black with #A38373

Text Example


Text Example

White with #A38373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A38373; }

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

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

background-color css

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

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

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

border-color css

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

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

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