Html Css Color HEX #A68A7F Almond Frost

📋 copy color: '#A68A7F'

red 166 ◦ green 138 ◦ blue 127

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

Shades of Almond Frost #A68A7F

Tints of Almond Frost #A68A7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 29.47%

R = 38.52%
G = 32.02%
B = 29.47%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.23

 K value IS 0.35

RGB Variations

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

Color information

#A68A7F (or 0xA68A7F) is known color: Almond Frost. HEX triplet: A6, 8A and 7F. RGB value is (166,138,127). Sum of RGB (Red+Green+Blue) = 166+138+127=431 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.52% from 431); Green value is 138 (54.30% from 255 or 32.02% from 431); Blue value is 127 (50% from 255 or 29.47% from 431); Max value from RGB is 166 - color contains mainly: red. Hex color #A68A7F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A68A7F is #597580. Grayscale: #919191. Windows color (decimal): -5862785 or 8358566. OLE color: 8358566.

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

Color convert

RGB 166 138 127 -
CMYK 0 0.17 0.23 0.35
HSL 16.92º 0.18% 0.57% -
HSV(B) 16.92º 0.23% 0.65% -
XYZ 28.65 27.82 23.94 -
YUV 145.12 117.78 142.89 -
System Red Green Blue C M Y K H S L
Decimal 166 138 127 0 0.17 0.23 0.35 16.92 0.18 0.57
Hex A6 8A 7F 0 11 17 23 11 12 39
Octal 246 212 177 0 21 27 43 21 22 71
Binary 10100110 10001010 1111111 0 10001 10111 100011 10001 10010 111001

Color Harmonies of #A68A7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68A7F

Black with #A68A7F

Text Example


Text Example

White with #A68A7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68A7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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