Html Css Color HEX #ACB488 Bud

📋 copy color: '#ACB488'

red 172 ◦ green 180 ◦ blue 136

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

Shades of Bud #ACB488

Tints of Bud #ACB488

RGB

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

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

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

R = 35.25%
G = 36.89%
B = 27.87%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.24

 K value IS 0.29

RGB Variations

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

Color information

#ACB488 (or 0xACB488) is known color: Bud. HEX triplet: AC, B4 and 88. RGB value is (172,180,136). Sum of RGB (Red+Green+Blue) = 172+180+136=488 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.25% from 488); Green value is 180 (70.70% from 255 or 36.89% from 488); Blue value is 136 (53.52% from 255 or 27.87% from 488); Max value from RGB is 180 - color contains mainly: green. Hex color #ACB488 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACB488 is #534B77. Grayscale: #ACACAC. Windows color (decimal): -5458808 or 8959148. OLE color: 8959148.

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

Color convert

RGB 172 180 136 -
CMYK 0.04 0 0.24 0.29
HSL 70.91º 0.23% 0.62% -
HSV(B) 70.91º 0.24% 0.71% -
XYZ 37.78 43.19 29.64 -
YUV 172.59 107.35 127.58 -
System Red Green Blue C M Y K H S L
Decimal 172 180 136 0.04 0 0.24 0.29 70.91 0.23 0.62
Hex AC B4 88 4 0 18 1D 47 17 3E
Octal 254 264 210 4 0 30 35 107 27 76
Binary 10101100 10110100 10001000 100 0 11000 11101 1000111 10111 111110

Color Harmonies of #ACB488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB488

Black with #ACB488

Text Example


Text Example

White with #ACB488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB488; }

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

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

background-color css

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

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

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

border-color css

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

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

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