Html Css Color HEX #ACB28F Bud

📋 copy color: '#ACB28F'

red 172 ◦ green 178 ◦ blue 143

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

Shades of Bud #ACB28F

Tints of Bud #ACB28F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 29.01%

R = 34.89%
G = 36.11%
B = 29.01%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.20

 K value IS 0.30

RGB Variations

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

Color information

#ACB28F (or 0xACB28F) is known color: Bud. HEX triplet: AC, B2 and 8F. RGB value is (172,178,143). Sum of RGB (Red+Green+Blue) = 172+178+143=493 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.89% from 493); Green value is 178 (69.92% from 255 or 36.11% from 493); Blue value is 143 (56.25% from 255 or 29.01% from 493); Max value from RGB is 178 - color contains mainly: green. Hex color #ACB28F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACB28F is #534D70. Grayscale: #ACACAC. Windows color (decimal): -5459313 or 9417388. OLE color: 9417388.

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

Color convert

RGB 172 178 143 -
CMYK 0.03 0 0.20 0.30
HSL 70.29º 0.19% 0.63% -
HSV(B) 70.29º 0.2% 0.7% -
XYZ 37.89 42.59 32.21 -
YUV 172.22 111.51 127.85 -
System Red Green Blue C M Y K H S L
Decimal 172 178 143 0.03 0 0.20 0.30 70.29 0.19 0.63
Hex AC B2 8F 3 0 14 1E 46 13 3F
Octal 254 262 217 3 0 24 36 106 23 77
Binary 10101100 10110010 10001111 11 0 10100 11110 1000110 10011 111111

Color Harmonies of #ACB28F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB28F

Black with #ACB28F

Text Example


Text Example

White with #ACB28F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB28F; }

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

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

background-color css

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

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

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

border-color css

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

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

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