Html Css Color HEX #A68A7B Almond Frost

📋 copy color: '#A68A7B'

red 166 ◦ green 138 ◦ blue 123

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

Shades of Almond Frost #A68A7B

Tints of Almond Frost #A68A7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 28.81%

R = 38.88%
G = 32.32%
B = 28.81%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.26

 K value IS 0.35

RGB Variations

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

Color information

#A68A7B (or 0xA68A7B) is known color: Almond Frost. HEX triplet: A6, 8A and 7B. RGB value is (166,138,123). Sum of RGB (Red+Green+Blue) = 166+138+123=427 (56% of max value = 765). Red value is 166 (65.23% from 255 or 38.88% from 427); Green value is 138 (54.30% from 255 or 32.32% from 427); Blue value is 123 (48.44% from 255 or 28.81% from 427); Max value from RGB is 166 - color contains mainly: red. Hex color #A68A7B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A68A7B is #597584. Grayscale: #909090. Windows color (decimal): -5862789 or 8096422. OLE color: 8096422.

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

Color convert

RGB 166 138 123 -
CMYK 0 0.17 0.26 0.35
HSL 20.93º 0.19% 0.57% -
HSV(B) 20.93º 0.26% 0.65% -
XYZ 28.39 27.71 22.59 -
YUV 144.66 115.78 143.22 -
System Red Green Blue C M Y K H S L
Decimal 166 138 123 0 0.17 0.26 0.35 20.93 0.19 0.57
Hex A6 8A 7B 0 11 1A 23 15 13 39
Octal 246 212 173 0 21 32 43 25 23 71
Binary 10100110 10001010 1111011 0 10001 11010 100011 10101 10011 111001

Color Harmonies of #A68A7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68A7B

Black with #A68A7B

Text Example


Text Example

White with #A68A7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68A7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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