Html Css Color HEX #A38D7C Almond Frost

📋 copy color: '#A38D7C'

red 163 ◦ green 141 ◦ blue 124

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

Shades of Almond Frost #A38D7C

Tints of Almond Frost #A38D7C

RGB

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

 GREEN value IS 141 (55.47% from 255) = 32.94%

 BLUE value IS 124 (48.83% from 255) = 28.97%

R = 38.08%
G = 32.94%
B = 28.97%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.24

 K value IS 0.36

RGB Variations

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

Color information

#A38D7C (or 0xA38D7C) is known color: Almond Frost. HEX triplet: A3, 8D and 7C. RGB value is (163,141,124). Sum of RGB (Red+Green+Blue) = 163+141+124=428 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.08% from 428); Green value is 141 (55.47% from 255 or 32.94% from 428); Blue value is 124 (48.83% from 255 or 28.97% from 428); Max value from RGB is 163 - color contains mainly: red. Hex color #A38D7C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A38D7C is #5C7283. Grayscale: #919191. Windows color (decimal): -6058628 or 8162723. OLE color: 8162723.

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

Color convert

RGB 163 141 124 -
CMYK 0 0.13 0.24 0.36
HSL 26.15º 0.17% 0.56% -
HSV(B) 26.15º 0.24% 0.64% -
XYZ 28.27 28.29 23.04 -
YUV 145.64 115.79 140.38 -
System Red Green Blue C M Y K H S L
Decimal 163 141 124 0 0.13 0.24 0.36 26.15 0.17 0.56
Hex A3 8D 7C 0 D 18 24 1A 11 38
Octal 243 215 174 0 15 30 44 32 21 70
Binary 10100011 10001101 1111100 0 1101 11000 100100 11010 10001 111000

Color Harmonies of #A38D7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A38D7C

Black with #A38D7C

Text Example


Text Example

White with #A38D7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A38D7C; }

 p { color: rgb(163,141,124); }

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

background-color css

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

 a { background-color: rgb(163,141,124); }

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

border-color css

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

 span { border-color: rgb(163,141,124); }

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