Html Css Color HEX #95867A Almond Frost

📋 copy color: '#95867A'

red 149 ◦ green 134 ◦ blue 122

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

Shades of Almond Frost #95867A

Tints of Almond Frost #95867A

RGB

 RED value IS 149 (58.59% from 255) = 36.79%

 GREEN value IS 134 (52.73% from 255) = 33.09%

 BLUE value IS 122 (48.05% from 255) = 30.12%

R = 36.79%
G = 33.09%
B = 30.12%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.18

 K value IS 0.42

RGB Variations

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

Color information

#95867A (or 0x95867A) is known color: Almond Frost. HEX triplet: 95, 86 and 7A. RGB value is (149,134,122). Sum of RGB (Red+Green+Blue) = 149+134+122=405 (53% of max value = 765). Red value is 149 (58.59% from 255 or 36.79% from 405); Green value is 134 (52.73% from 255 or 33.09% from 405); Blue value is 122 (48.05% from 255 or 30.12% from 405); Max value from RGB is 149 - color contains mainly: red. Hex color #95867A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95867A is #6A7985. Grayscale: #898989. Windows color (decimal): -6977926 or 8029845. OLE color: 8029845.

HSL color Cylindrical-coordinate representation of color #95867A: hue angle of 26.67º degrees, saturation: 0.11, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #95867A is Cyan = 0, Magento = 0.10, Yellow = 0.18 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 134 122 -
CMYK 0 0.10 0.18 0.42
HSL 26.67º 0.11% 0.53% -
HSV(B) 26.67º 0.18% 0.58% -
XYZ 24.43 24.84 21.92 -
YUV 137.12 119.47 136.48 -
System Red Green Blue C M Y K H S L
Decimal 149 134 122 0 0.10 0.18 0.42 26.67 0.11 0.53
Hex 95 86 7A 0 A 12 2A 1B B 35
Octal 225 206 172 0 12 22 52 33 13 65
Binary 10010101 10000110 1111010 0 1010 10010 101010 11011 1011 110101

Color Harmonies of #95867A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95867A

Black with #95867A

Text Example


Text Example

White with #95867A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95867A; }

 p { color: rgb(149,134,122); }

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

background-color css

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

 a { background-color: rgb(149,134,122); }

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

border-color css

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

 span { border-color: rgb(149,134,122); }

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