Html Css Color HEX #ACB28D Bud

📋 copy color: '#ACB28D'

red 172 ◦ green 178 ◦ blue 141

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

Shades of Bud #ACB28D

Tints of Bud #ACB28D

RGB

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

 GREEN value IS 178 (69.92% from 255) = 36.25%

 BLUE value IS 141 (55.47% from 255) = 28.72%

R = 35.03%
G = 36.25%
B = 28.72%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.21

 K value IS 0.30

RGB Variations

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

Color information

#ACB28D (or 0xACB28D) is known color: Bud. HEX triplet: AC, B2 and 8D. RGB value is (172,178,141). Sum of RGB (Red+Green+Blue) = 172+178+141=491 (65% of max value = 765). Red value is 172 (67.58% from 255 or 35.03% from 491); Green value is 178 (69.92% from 255 or 36.25% from 491); Blue value is 141 (55.47% from 255 or 28.72% from 491); Max value from RGB is 178 - color contains mainly: green. Hex color #ACB28D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACB28D is #534D72. Grayscale: #ACACAC. Windows color (decimal): -5459315 or 9286316. OLE color: 9286316.

HSL color Cylindrical-coordinate representation of color #ACB28D: hue angle of 69.73º degrees, saturation: 0.19, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ACB28D is Cyan = 0.03, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.30.

Color convert

RGB 172 178 141 -
CMYK 0.03 0 0.21 0.30
HSL 69.73º 0.19% 0.63% -
HSV(B) 69.73º 0.21% 0.7% -
XYZ 37.74 42.53 31.42 -
YUV 171.99 110.51 128.01 -
System Red Green Blue C M Y K H S L
Decimal 172 178 141 0.03 0 0.21 0.30 69.73 0.19 0.63
Hex AC B2 8D 3 0 15 1E 46 13 3F
Octal 254 262 215 3 0 25 36 106 23 77
Binary 10101100 10110010 10001101 11 0 10101 11110 1000110 10011 111111

Color Harmonies of #ACB28D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB28D

Black with #ACB28D

Text Example


Text Example

White with #ACB28D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB28D; }

 p { color: rgb(172,178,141); }

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

background-color css

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

 a { background-color: rgb(172,178,141); }

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

border-color css

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

 span { border-color: rgb(172,178,141); }

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