Html Css Color HEX #A48C7C Almond Frost

📋 copy color: '#A48C7C'

red 164 ◦ green 140 ◦ blue 124

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

Shades of Almond Frost #A48C7C

Tints of Almond Frost #A48C7C

RGB

 RED value IS 164 (64.45% from 255) = 38.32%

 GREEN value IS 140 (55.08% from 255) = 32.71%

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

R = 38.32%
G = 32.71%
B = 28.97%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.24

 K value IS 0.36

RGB Variations

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

Color information

#A48C7C (or 0xA48C7C) is known color: Almond Frost. HEX triplet: A4, 8C and 7C. RGB value is (164,140,124). Sum of RGB (Red+Green+Blue) = 164+140+124=428 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.32% from 428); Green value is 140 (55.08% from 255 or 32.71% from 428); Blue value is 124 (48.83% from 255 or 28.97% from 428); Max value from RGB is 164 - color contains mainly: red. Hex color #A48C7C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A48C7C is #5B7383. Grayscale: #919191. Windows color (decimal): -5993348 or 8162468. OLE color: 8162468.

HSL color Cylindrical-coordinate representation of color #A48C7C: hue angle of 24º degrees, saturation: 0.18, 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 #A48C7C is Cyan = 0, Magento = 0.15, Yellow = 0.24 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 140 124 -
CMYK 0 0.15 0.24 0.36
HSL 24º 0.18% 0.56% -
HSV(B) 24º 0.24% 0.64% -
XYZ 28.33 28.1 23 -
YUV 145.35 115.95 141.3 -
System Red Green Blue C M Y K H S L
Decimal 164 140 124 0 0.15 0.24 0.36 24 0.18 0.56
Hex A4 8C 7C 0 F 18 24 18 12 38
Octal 244 214 174 0 17 30 44 30 22 70
Binary 10100100 10001100 1111100 0 1111 11000 100100 11000 10010 111000

Color Harmonies of #A48C7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48C7C

Black with #A48C7C

Text Example


Text Example

White with #A48C7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48C7C; }

 p { color: rgb(164,140,124); }

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

background-color css

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

 a { background-color: rgb(164,140,124); }

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

border-color css

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

 span { border-color: rgb(164,140,124); }

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