Html Css Color HEX #A49F99 Cloudy

📋 copy color: '#A49F99'

red 164 ◦ green 159 ◦ blue 153

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

Shades of Cloudy #A49F99

Tints of Cloudy #A49F99

RGB

 RED value IS 164 (64.45% from 255) = 34.45%

 GREEN value IS 159 (62.5% from 255) = 33.4%

 BLUE value IS 153 (60.16% from 255) = 32.14%

R = 34.45%
G = 33.4%
B = 32.14%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.07

 K value IS 0.36

RGB Variations

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

Color information

#A49F99 (or 0xA49F99) is known color: Cloudy. HEX triplet: A4, 9F and 99. RGB value is (164,159,153). Sum of RGB (Red+Green+Blue) = 164+159+153=476 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.45% from 476); Green value is 159 (62.5% from 255 or 33.40% from 476); Blue value is 153 (60.16% from 255 or 32.14% from 476); Max value from RGB is 164 - color contains mainly: red. Hex color #A49F99 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A49F99 is #5B6066. Grayscale: #9F9F9F. Windows color (decimal): -5988455 or 10067876. OLE color: 10067876.

HSL color Cylindrical-coordinate representation of color #A49F99: hue angle of 32.73º degrees, saturation: 0.06, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #A49F99 is Cyan = 0, Magento = 0.03, Yellow = 0.07 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 159 153 -
CMYK 0 0.03 0.07 0.36
HSL 32.73º 0.06% 0.62% -
HSV(B) 32.73º 0.07% 0.64% -
XYZ 33.46 34.99 35.13 -
YUV 159.81 124.16 130.99 -
System Red Green Blue C M Y K H S L
Decimal 164 159 153 0 0.03 0.07 0.36 32.73 0.06 0.62
Hex A4 9F 99 0 3 7 24 21 6 3E
Octal 244 237 231 0 3 7 44 41 6 76
Binary 10100100 10011111 10011001 0 11 111 100100 100001 110 111110

Color Harmonies of #A49F99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49F99

Black with #A49F99

Text Example


Text Example

White with #A49F99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49F99; }

 p { color: rgb(164,159,153); }

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

background-color css

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

 a { background-color: rgb(164,159,153); }

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

border-color css

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

 span { border-color: rgb(164,159,153); }

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