Html Css Color HEX #ACB386 Bud

📋 copy color: '#ACB386'

red 172 ◦ green 179 ◦ blue 134

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

Shades of Bud #ACB386

Tints of Bud #ACB386

RGB

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

 GREEN value IS 179 (70.31% from 255) = 36.91%

 BLUE value IS 134 (52.73% from 255) = 27.63%

R = 35.46%
G = 36.91%
B = 27.63%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.25

 K value IS 0.30

RGB Variations

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

Color information

#ACB386 (or 0xACB386) is known color: Bud. HEX triplet: AC, B3 and 86. RGB value is (172,179,134). Sum of RGB (Red+Green+Blue) = 172+179+134=485 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.46% from 485); Green value is 179 (70.31% from 255 or 36.91% from 485); Blue value is 134 (52.73% from 255 or 27.63% from 485); Max value from RGB is 179 - color contains mainly: green. Hex color #ACB386 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACB386 is #534C79. Grayscale: #ABABAB. Windows color (decimal): -5459066 or 8827820. OLE color: 8827820.

HSL color Cylindrical-coordinate representation of color #ACB386: hue angle of 69.33º degrees, saturation: 0.23, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ACB386 is Cyan = 0.04, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.30.

Color convert

RGB 172 179 134 -
CMYK 0.04 0 0.25 0.30
HSL 69.33º 0.23% 0.61% -
HSV(B) 69.33º 0.25% 0.7% -
XYZ 37.44 42.73 28.83 -
YUV 171.78 106.68 128.16 -
System Red Green Blue C M Y K H S L
Decimal 172 179 134 0.04 0 0.25 0.30 69.33 0.23 0.61
Hex AC B3 86 4 0 19 1E 45 17 3D
Octal 254 263 206 4 0 31 36 105 27 75
Binary 10101100 10110011 10000110 100 0 11001 11110 1000101 10111 111101

Color Harmonies of #ACB386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB386

Black with #ACB386

Text Example


Text Example

White with #ACB386

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB386; }

 p { color: rgb(172,179,134); }

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

background-color css

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

 a { background-color: rgb(172,179,134); }

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

border-color css

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

 span { border-color: rgb(172,179,134); }

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