Html Css Color HEX #ACB08F Bud

📋 copy color: '#ACB08F'

red 172 ◦ green 176 ◦ blue 143

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

Shades of Bud #ACB08F

Tints of Bud #ACB08F

RGB

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

 GREEN value IS 176 (69.14% from 255) = 35.85%

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

R = 35.03%
G = 35.85%
B = 29.12%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.19

 K value IS 0.31

RGB Variations

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

Color information

#ACB08F (or 0xACB08F) is known color: Bud. HEX triplet: AC, B0 and 8F. RGB value is (172,176,143). Sum of RGB (Red+Green+Blue) = 172+176+143=491 (65% of max value = 765). Red value is 172 (67.58% from 255 or 35.03% from 491); Green value is 176 (69.14% from 255 or 35.85% from 491); Blue value is 143 (56.25% from 255 or 29.12% from 491); Max value from RGB is 176 - color contains mainly: green. Hex color #ACB08F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACB08F is #534F70. Grayscale: #ABABAB. Windows color (decimal): -5459825 or 9416876. OLE color: 9416876.

HSL color Cylindrical-coordinate representation of color #ACB08F: hue angle of 67.27º degrees, saturation: 0.17, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #ACB08F is Cyan = 0.02, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.31.

Color convert

RGB 172 176 143 -
CMYK 0.02 0 0.19 0.31
HSL 67.27º 0.17% 0.63% -
HSV(B) 67.27º 0.19% 0.69% -
XYZ 37.5 41.8 32.08 -
YUV 171.04 112.17 128.68 -
System Red Green Blue C M Y K H S L
Decimal 172 176 143 0.02 0 0.19 0.31 67.27 0.17 0.63
Hex AC B0 8F 2 0 13 1F 43 11 3F
Octal 254 260 217 2 0 23 37 103 21 77
Binary 10101100 10110000 10001111 10 0 10011 11111 1000011 10001 111111

Color Harmonies of #ACB08F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB08F

Black with #ACB08F

Text Example


Text Example

White with #ACB08F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB08F; }

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

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

background-color css

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

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

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

border-color css

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

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

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