Html Css Color HEX #A68A7C Almond Frost

📋 copy color: '#A68A7C'

red 166 ◦ green 138 ◦ blue 124

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

Shades of Almond Frost #A68A7C

Tints of Almond Frost #A68A7C

RGB

 RED value IS 166 (65.23% from 255) = 38.79%

 GREEN value IS 138 (54.3% from 255) = 32.24%

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

R = 38.79%
G = 32.24%
B = 28.97%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.25

 K value IS 0.35

RGB Variations

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

Color information

#A68A7C (or 0xA68A7C) is known color: Almond Frost. HEX triplet: A6, 8A and 7C. RGB value is (166,138,124). Sum of RGB (Red+Green+Blue) = 166+138+124=428 (56% of max value = 765). Red value is 166 (65.23% from 255 or 38.79% from 428); Green value is 138 (54.30% from 255 or 32.24% from 428); Blue value is 124 (48.83% from 255 or 28.97% from 428); Max value from RGB is 166 - color contains mainly: red. Hex color #A68A7C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A68A7C is #597583. Grayscale: #909090. Windows color (decimal): -5862788 or 8161958. OLE color: 8161958.

HSL color Cylindrical-coordinate representation of color #A68A7C: hue angle of 20º degrees, saturation: 0.19, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A68A7C is Cyan = 0, Magento = 0.17, Yellow = 0.25 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 138 124 -
CMYK 0 0.17 0.25 0.35
HSL 20º 0.19% 0.57% -
HSV(B) 20º 0.25% 0.65% -
XYZ 28.45 27.74 22.92 -
YUV 144.78 116.28 143.14 -
System Red Green Blue C M Y K H S L
Decimal 166 138 124 0 0.17 0.25 0.35 20 0.19 0.57
Hex A6 8A 7C 0 11 19 23 14 13 39
Octal 246 212 174 0 21 31 43 24 23 71
Binary 10100110 10001010 1111100 0 10001 11001 100011 10100 10011 111001

Color Harmonies of #A68A7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68A7C

Black with #A68A7C

Text Example


Text Example

White with #A68A7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68A7C; }

 p { color: rgb(166,138,124); }

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

background-color css

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

 a { background-color: rgb(166,138,124); }

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

border-color css

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

 span { border-color: rgb(166,138,124); }

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