Html Css Color HEX #A68474 Almond Frost

📋 copy color: '#A68474'

red 166 ◦ green 132 ◦ blue 116

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

Shades of Almond Frost #A68474

Tints of Almond Frost #A68474

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 28.02%

R = 40.1%
G = 31.88%
B = 28.02%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.30

 K value IS 0.35

RGB Variations

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

Color information

#A68474 (or 0xA68474) is known color: Almond Frost. HEX triplet: A6, 84 and 74. RGB value is (166,132,116). Sum of RGB (Red+Green+Blue) = 166+132+116=414 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.10% from 414); Green value is 132 (51.95% from 255 or 31.88% from 414); Blue value is 116 (45.70% from 255 or 28.02% from 414); Max value from RGB is 166 - color contains mainly: red. Hex color #A68474 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A68474 is #597B8B. Grayscale: #8C8C8C. Windows color (decimal): -5864332 or 7636134. OLE color: 7636134.

HSL color Cylindrical-coordinate representation of color #A68474: hue angle of 19.2º degrees, saturation: 0.22, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A68474 is Cyan = 0, Magento = 0.20, Yellow = 0.30 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 132 116 -
CMYK 0 0.20 0.30 0.35
HSL 19.2º 0.22% 0.55% -
HSV(B) 19.2º 0.3% 0.65% -
XYZ 27.13 25.87 20.09 -
YUV 140.34 114.26 146.3 -
System Red Green Blue C M Y K H S L
Decimal 166 132 116 0 0.20 0.30 0.35 19.2 0.22 0.55
Hex A6 84 74 0 14 1E 23 13 16 37
Octal 246 204 164 0 24 36 43 23 26 67
Binary 10100110 10000100 1110100 0 10100 11110 100011 10011 10110 110111

Color Harmonies of #A68474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68474

Black with #A68474

Text Example


Text Example

White with #A68474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68474; }

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

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

background-color css

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

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

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

border-color css

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

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

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