Html Css Color HEX #ACB08C Bud

📋 copy color: '#ACB08C'

red 172 ◦ green 176 ◦ blue 140

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

Shades of Bud #ACB08C

Tints of Bud #ACB08C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 28.69%

R = 35.25%
G = 36.07%
B = 28.69%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.20

 K value IS 0.31

RGB Variations

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

Color information

#ACB08C (or 0xACB08C) is known color: Bud. HEX triplet: AC, B0 and 8C. RGB value is (172,176,140). Sum of RGB (Red+Green+Blue) = 172+176+140=488 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.25% from 488); Green value is 176 (69.14% from 255 or 36.07% from 488); Blue value is 140 (55.08% from 255 or 28.69% from 488); Max value from RGB is 176 - color contains mainly: green. Hex color #ACB08C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACB08C is #534F73. Grayscale: #AAAAAA. Windows color (decimal): -5459828 or 9220268. OLE color: 9220268.

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

Color convert

RGB 172 176 140 -
CMYK 0.02 0 0.20 0.31
HSL 66.67º 0.19% 0.62% -
HSV(B) 66.67º 0.2% 0.69% -
XYZ 37.27 41.71 30.9 -
YUV 170.7 110.67 128.93 -
System Red Green Blue C M Y K H S L
Decimal 172 176 140 0.02 0 0.20 0.31 66.67 0.19 0.62
Hex AC B0 8C 2 0 14 1F 43 13 3E
Octal 254 260 214 2 0 24 37 103 23 76
Binary 10101100 10110000 10001100 10 0 10100 11111 1000011 10011 111110

Color Harmonies of #ACB08C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB08C

Black with #ACB08C

Text Example


Text Example

White with #ACB08C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB08C; }

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

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

background-color css

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

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

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

border-color css

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

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

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