Html Css Color HEX #968173 Almond Frost

📋 copy color: '#968173'

red 150 ◦ green 129 ◦ blue 115

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

Shades of Almond Frost #968173

Tints of Almond Frost #968173

RGB

 RED value IS 150 (58.98% from 255) = 38.07%

 GREEN value IS 129 (50.78% from 255) = 32.74%

 BLUE value IS 115 (45.31% from 255) = 29.19%

R = 38.07%
G = 32.74%
B = 29.19%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.23

 K value IS 0.41

RGB Variations

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

Color information

#968173 (or 0x968173) is known color: Almond Frost. HEX triplet: 96, 81 and 73. RGB value is (150,129,115). Sum of RGB (Red+Green+Blue) = 150+129+115=394 (52% of max value = 765). Red value is 150 (58.98% from 255 or 38.07% from 394); Green value is 129 (50.78% from 255 or 32.74% from 394); Blue value is 115 (45.31% from 255 or 29.19% from 394); Max value from RGB is 150 - color contains mainly: red. Hex color #968173 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #968173 is #697E8C. Grayscale: #858585. Windows color (decimal): -6913677 or 7569814. OLE color: 7569814.

HSL color Cylindrical-coordinate representation of color #968173: hue angle of 24º degrees, saturation: 0.14, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #968173 is Cyan = 0, Magento = 0.14, Yellow = 0.23 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 129 115 -
CMYK 0 0.14 0.23 0.41
HSL 24º 0.14% 0.52% -
HSV(B) 24º 0.23% 0.59% -
XYZ 23.52 23.42 19.5 -
YUV 133.68 117.46 139.64 -
System Red Green Blue C M Y K H S L
Decimal 150 129 115 0 0.14 0.23 0.41 24 0.14 0.52
Hex 96 81 73 0 E 17 29 18 E 34
Octal 226 201 163 0 16 27 51 30 16 64
Binary 10010110 10000001 1110011 0 1110 10111 101001 11000 1110 110100

Color Harmonies of #968173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968173

Black with #968173

Text Example


Text Example

White with #968173

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #968173; }

 p { color: rgb(150,129,115); }

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

background-color css

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

 a { background-color: rgb(150,129,115); }

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

border-color css

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

 span { border-color: rgb(150,129,115); }

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