Html Css Color HEX #ACAE99 Bud

📋 copy color: '#ACAE99'

red 172 ◦ green 174 ◦ blue 153

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

Shades of Bud #ACAE99

Tints of Bud #ACAE99

RGB

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

 GREEN value IS 174 (68.36% from 255) = 34.87%

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

R = 34.47%
G = 34.87%
B = 30.66%

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

#ACAE99 (or 0xACAE99) is known color: Bud. HEX triplet: AC, AE and 99. RGB value is (172,174,153). Sum of RGB (Red+Green+Blue) = 172+174+153=499 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.47% from 499); Green value is 174 (68.36% from 255 or 34.87% from 499); Blue value is 153 (60.16% from 255 or 30.66% from 499); Max value from RGB is 174 - color contains mainly: green. Hex color #ACAE99 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACAE99 is #535166. Grayscale: #ABABAB. Windows color (decimal): -5460327 or 10071724. OLE color: 10071724.

HSL color Cylindrical-coordinate representation of color #ACAE99: hue angle of 65.71º 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 #ACAE99 is Cyan = 0.01, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.32.

Color convert

RGB 172 174 153 -
CMYK 0.01 0 0.12 0.32
HSL 65.71º 0.11% 0.64% -
HSV(B) 65.71º 0.12% 0.68% -
XYZ 37.9 41.34 36.12 -
YUV 171.01 117.84 128.71 -
System Red Green Blue C M Y K H S L
Decimal 172 174 153 0.01 0 0.12 0.32 65.71 0.11 0.64
Hex AC AE 99 1 0 C 20 42 B 40
Octal 254 256 231 1 0 14 40 102 13 100
Binary 10101100 10101110 10011001 1 0 1100 100000 1000010 1011 1000000

Color Harmonies of #ACAE99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACAE99

Black with #ACAE99

Text Example


Text Example

White with #ACAE99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACAE99; }

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

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

background-color css

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

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

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

border-color css

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

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

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