Html Css Color HEX #ACB487 Bud

📋 copy color: '#ACB487'

red 172 ◦ green 180 ◦ blue 135

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

Shades of Bud #ACB487

Tints of Bud #ACB487

RGB

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

 GREEN value IS 180 (70.7% from 255) = 36.96%

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

R = 35.32%
G = 36.96%
B = 27.72%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.25

 K value IS 0.29

RGB Variations

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

Color information

#ACB487 (or 0xACB487) is known color: Bud. HEX triplet: AC, B4 and 87. RGB value is (172,180,135). Sum of RGB (Red+Green+Blue) = 172+180+135=487 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.32% from 487); Green value is 180 (70.70% from 255 or 36.96% from 487); Blue value is 135 (53.12% from 255 or 27.72% from 487); Max value from RGB is 180 - color contains mainly: green. Hex color #ACB487 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACB487 is #534B78. Grayscale: #ACACAC. Windows color (decimal): -5458809 or 8893612. OLE color: 8893612.

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

Color convert

RGB 172 180 135 -
CMYK 0.04 0 0.25 0.29
HSL 70.67º 0.23% 0.62% -
HSV(B) 70.67º 0.25% 0.71% -
XYZ 37.71 43.16 29.27 -
YUV 172.48 106.85 127.66 -
System Red Green Blue C M Y K H S L
Decimal 172 180 135 0.04 0 0.25 0.29 70.67 0.23 0.62
Hex AC B4 87 4 0 19 1D 47 17 3E
Octal 254 264 207 4 0 31 35 107 27 76
Binary 10101100 10110100 10000111 100 0 11001 11101 1000111 10111 111110

Color Harmonies of #ACB487

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB487

Black with #ACB487

Text Example


Text Example

White with #ACB487

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB487; }

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

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

background-color css

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

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

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

border-color css

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

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

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