Html Css Color HEX #A68476 Almond Frost

📋 copy color: '#A68476'

red 166 ◦ green 132 ◦ blue 118

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

Shades of Almond Frost #A68476

Tints of Almond Frost #A68476

RGB

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

 GREEN value IS 132 (51.95% from 255) = 31.73%

 BLUE value IS 118 (46.48% from 255) = 28.37%

R = 39.9%
G = 31.73%
B = 28.37%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.29

 K value IS 0.35

RGB Variations

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

Color information

#A68476 (or 0xA68476) is known color: Almond Frost. HEX triplet: A6, 84 and 76. RGB value is (166,132,118). Sum of RGB (Red+Green+Blue) = 166+132+118=416 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.90% from 416); Green value is 132 (51.95% from 255 or 31.73% from 416); Blue value is 118 (46.48% from 255 or 28.37% from 416); Max value from RGB is 166 - color contains mainly: red. Hex color #A68476 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A68476 is #597B89. Grayscale: #8C8C8C. Windows color (decimal): -5864330 or 7767206. OLE color: 7767206.

HSL color Cylindrical-coordinate representation of color #A68476: hue angle of 17.5º degrees, saturation: 0.21, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A68476 is Cyan = 0, Magento = 0.20, Yellow = 0.29 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 132 118 -
CMYK 0 0.20 0.29 0.35
HSL 17.5º 0.21% 0.56% -
HSV(B) 17.5º 0.29% 0.65% -
XYZ 27.25 25.92 20.71 -
YUV 140.57 115.26 146.14 -
System Red Green Blue C M Y K H S L
Decimal 166 132 118 0 0.20 0.29 0.35 17.5 0.21 0.56
Hex A6 84 76 0 14 1D 23 12 15 38
Octal 246 204 166 0 24 35 43 22 25 70
Binary 10100110 10000100 1110110 0 10100 11101 100011 10010 10101 111000

Color Harmonies of #A68476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68476

Black with #A68476

Text Example


Text Example

White with #A68476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68476; }

 p { color: rgb(166,132,118); }

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

background-color css

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

 a { background-color: rgb(166,132,118); }

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

border-color css

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

 span { border-color: rgb(166,132,118); }

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