Html Css Color HEX #A48C7A Almond Frost

📋 copy color: '#A48C7A'

red 164 ◦ green 140 ◦ blue 122

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

Shades of Almond Frost #A48C7A

Tints of Almond Frost #A48C7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 28.64%

R = 38.5%
G = 32.86%
B = 28.64%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.26

 K value IS 0.36

RGB Variations

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

Color information

#A48C7A (or 0xA48C7A) is known color: Almond Frost. HEX triplet: A4, 8C and 7A. RGB value is (164,140,122). Sum of RGB (Red+Green+Blue) = 164+140+122=426 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.50% from 426); Green value is 140 (55.08% from 255 or 32.86% from 426); Blue value is 122 (48.05% from 255 or 28.64% from 426); Max value from RGB is 164 - color contains mainly: red. Hex color #A48C7A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A48C7A is #5B7385. Grayscale: #919191. Windows color (decimal): -5993350 or 8031396. OLE color: 8031396.

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

Color convert

RGB 164 140 122 -
CMYK 0 0.15 0.26 0.36
HSL 25.71º 0.19% 0.56% -
HSV(B) 25.71º 0.26% 0.64% -
XYZ 28.2 28.05 22.34 -
YUV 145.12 114.95 141.46 -
System Red Green Blue C M Y K H S L
Decimal 164 140 122 0 0.15 0.26 0.36 25.71 0.19 0.56
Hex A4 8C 7A 0 F 1A 24 1A 13 38
Octal 244 214 172 0 17 32 44 32 23 70
Binary 10100100 10001100 1111010 0 1111 11010 100100 11010 10011 111000

Color Harmonies of #A48C7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48C7A

Black with #A48C7A

Text Example


Text Example

White with #A48C7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48C7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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