Html Css Color HEX #ACB188 Bud

📋 copy color: '#ACB188'

red 172 ◦ green 177 ◦ blue 136

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

Shades of Bud #ACB188

Tints of Bud #ACB188

RGB

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

 GREEN value IS 177 (69.53% from 255) = 36.49%

 BLUE value IS 136 (53.52% from 255) = 28.04%

R = 35.46%
G = 36.49%
B = 28.04%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.23

 K value IS 0.31

RGB Variations

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

Color information

#ACB188 (or 0xACB188) is known color: Bud. HEX triplet: AC, B1 and 88. RGB value is (172,177,136). Sum of RGB (Red+Green+Blue) = 172+177+136=485 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.46% from 485); Green value is 177 (69.53% from 255 or 36.49% from 485); Blue value is 136 (53.52% from 255 or 28.04% from 485); Max value from RGB is 177 - color contains mainly: green. Hex color #ACB188 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACB188 is #534E77. Grayscale: #AAAAAA. Windows color (decimal): -5459576 or 8958380. OLE color: 8958380.

HSL color Cylindrical-coordinate representation of color #ACB188: hue angle of 67.32º degrees, saturation: 0.21, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ACB188 is Cyan = 0.03, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.31.

Color convert

RGB 172 177 136 -
CMYK 0.03 0 0.23 0.31
HSL 67.32º 0.21% 0.61% -
HSV(B) 67.32º 0.23% 0.69% -
XYZ 37.18 41.99 29.44 -
YUV 170.83 108.34 128.83 -
System Red Green Blue C M Y K H S L
Decimal 172 177 136 0.03 0 0.23 0.31 67.32 0.21 0.61
Hex AC B1 88 3 0 17 1F 43 15 3D
Octal 254 261 210 3 0 27 37 103 25 75
Binary 10101100 10110001 10001000 11 0 10111 11111 1000011 10101 111101

Color Harmonies of #ACB188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB188

Black with #ACB188

Text Example


Text Example

White with #ACB188

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB188; }

 p { color: rgb(172,177,136); }

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

background-color css

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

 a { background-color: rgb(172,177,136); }

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

border-color css

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

 span { border-color: rgb(172,177,136); }

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