Html Css Color HEX #A48C83 Almond Frost

📋 copy color: '#A48C83'

red 164 ◦ green 140 ◦ blue 131

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

Shades of Almond Frost #A48C83

Tints of Almond Frost #A48C83

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 30.11%

R = 37.7%
G = 32.18%
B = 30.11%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.20

 K value IS 0.36

RGB Variations

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

Color information

#A48C83 (or 0xA48C83) is known color: Almond Frost. HEX triplet: A4, 8C and 83. RGB value is (164,140,131). Sum of RGB (Red+Green+Blue) = 164+140+131=435 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.70% from 435); Green value is 140 (55.08% from 255 or 32.18% from 435); Blue value is 131 (51.56% from 255 or 30.11% from 435); Max value from RGB is 164 - color contains mainly: red. Hex color #A48C83 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A48C83 is #5B737C. Grayscale: #929292. Windows color (decimal): -5993341 or 8621220. OLE color: 8621220.

HSL color Cylindrical-coordinate representation of color #A48C83: hue angle of 16.36º degrees, saturation: 0.15, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A48C83 is Cyan = 0, Magento = 0.15, Yellow = 0.20 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 140 131 -
CMYK 0 0.15 0.20 0.36
HSL 16.36º 0.15% 0.58% -
HSV(B) 16.36º 0.2% 0.64% -
XYZ 28.78 28.29 25.42 -
YUV 146.15 119.45 140.73 -
System Red Green Blue C M Y K H S L
Decimal 164 140 131 0 0.15 0.20 0.36 16.36 0.15 0.58
Hex A4 8C 83 0 F 14 24 10 F 3A
Octal 244 214 203 0 17 24 44 20 17 72
Binary 10100100 10001100 10000011 0 1111 10100 100100 10000 1111 111010

Color Harmonies of #A48C83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48C83

Black with #A48C83

Text Example


Text Example

White with #A48C83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48C83; }

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

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

background-color css

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

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

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

border-color css

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

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

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