Html Css Color HEX #ACAD99 Bud

📋 copy color: '#ACAD99'

red 172 ◦ green 173 ◦ blue 153

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

Shades of Bud #ACAD99

Tints of Bud #ACAD99

RGB

 RED value IS 172 (67.58% from 255) = 34.54%

 GREEN value IS 173 (67.97% from 255) = 34.74%

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

R = 34.54%
G = 34.74%
B = 30.72%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.12

 K value IS 0.32

RGB Variations

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

Color information

#ACAD99 (or 0xACAD99) is known color: Bud. HEX triplet: AC, AD and 99. RGB value is (172,173,153). Sum of RGB (Red+Green+Blue) = 172+173+153=498 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.54% from 498); Green value is 173 (67.97% from 255 or 34.74% from 498); Blue value is 153 (60.16% from 255 or 30.72% from 498); Max value from RGB is 173 - color contains mainly: green. Hex color #ACAD99 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACAD99 is #535266. Grayscale: #AAAAAA. Windows color (decimal): -5460583 or 10071468. OLE color: 10071468.

HSL color Cylindrical-coordinate representation of color #ACAD99: hue angle of 63º degrees, saturation: 0.11, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #ACAD99 is Cyan = 0.01, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.32.

Color convert

RGB 172 173 153 -
CMYK 0.01 0 0.12 0.32
HSL 63º 0.11% 0.64% -
HSV(B) 63º 0.12% 0.68% -
XYZ 37.71 40.96 36.06 -
YUV 170.42 118.17 129.13 -
System Red Green Blue C M Y K H S L
Decimal 172 173 153 0.01 0 0.12 0.32 63 0.11 0.64
Hex AC AD 99 1 0 C 20 3F B 40
Octal 254 255 231 1 0 14 40 77 13 100
Binary 10101100 10101101 10011001 1 0 1100 100000 111111 1011 1000000

Color Harmonies of #ACAD99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACAD99

Black with #ACAD99

Text Example


Text Example

White with #ACAD99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACAD99; }

 p { color: rgb(172,173,153); }

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

background-color css

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

 a { background-color: rgb(172,173,153); }

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

border-color css

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

 span { border-color: rgb(172,173,153); }

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