Html Css Color HEX #ACB190 Bud

📋 copy color: '#ACB190'

red 172 ◦ green 177 ◦ blue 144

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

Shades of Bud #ACB190

Tints of Bud #ACB190

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 29.21%

R = 34.89%
G = 35.9%
B = 29.21%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.19

 K value IS 0.31

RGB Variations

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

Color information

#ACB190 (or 0xACB190) is known color: Bud. HEX triplet: AC, B1 and 90. RGB value is (172,177,144). Sum of RGB (Red+Green+Blue) = 172+177+144=493 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.89% from 493); Green value is 177 (69.53% from 255 or 35.90% from 493); Blue value is 144 (56.64% from 255 or 29.21% from 493); Max value from RGB is 177 - color contains mainly: green. Hex color #ACB190 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACB190 is #534E6F. Grayscale: #ABABAB. Windows color (decimal): -5459568 or 9482668. OLE color: 9482668.

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

Color convert

RGB 172 177 144 -
CMYK 0.03 0 0.19 0.31
HSL 69.09º 0.17% 0.63% -
HSV(B) 69.09º 0.19% 0.69% -
XYZ 37.77 42.23 32.55 -
YUV 171.74 112.34 128.18 -
System Red Green Blue C M Y K H S L
Decimal 172 177 144 0.03 0 0.19 0.31 69.09 0.17 0.63
Hex AC B1 90 3 0 13 1F 45 11 3F
Octal 254 261 220 3 0 23 37 105 21 77
Binary 10101100 10110001 10010000 11 0 10011 11111 1000101 10001 111111

Color Harmonies of #ACB190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB190

Black with #ACB190

Text Example


Text Example

White with #ACB190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB190; }

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

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

background-color css

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

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

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

border-color css

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

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

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