Html Css Color HEX #ACB387 Bud

📋 copy color: '#ACB387'

red 172 ◦ green 179 ◦ blue 135

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

Shades of Bud #ACB387

Tints of Bud #ACB387

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 27.78%

R = 35.39%
G = 36.83%
B = 27.78%

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

#ACB387 (or 0xACB387) is known color: Bud. HEX triplet: AC, B3 and 87. RGB value is (172,179,135). Sum of RGB (Red+Green+Blue) = 172+179+135=486 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.39% from 486); Green value is 179 (70.31% from 255 or 36.83% from 486); Blue value is 135 (53.12% from 255 or 27.78% from 486); Max value from RGB is 179 - color contains mainly: green. Hex color #ACB387 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACB387 is #534C78. Grayscale: #ACACAC. Windows color (decimal): -5459065 or 8893356. OLE color: 8893356.

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

Color convert

RGB 172 179 135 -
CMYK 0.04 0 0.25 0.30
HSL 69.55º 0.22% 0.62% -
HSV(B) 69.55º 0.25% 0.7% -
XYZ 37.51 42.76 29.2 -
YUV 171.89 107.18 128.08 -
System Red Green Blue C M Y K H S L
Decimal 172 179 135 0.04 0 0.25 0.30 69.55 0.22 0.62
Hex AC B3 87 4 0 19 1E 46 16 3E
Octal 254 263 207 4 0 31 36 106 26 76
Binary 10101100 10110011 10000111 100 0 11001 11110 1000110 10110 111110

Color Harmonies of #ACB387

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB387

Black with #ACB387

Text Example


Text Example

White with #ACB387

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB387; }

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

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

background-color css

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

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

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

border-color css

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

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

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