Html Css Color HEX #ACB090 Bud

📋 copy color: '#ACB090'

red 172 ◦ green 176 ◦ blue 144

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

Shades of Bud #ACB090

Tints of Bud #ACB090

RGB

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

 GREEN value IS 176 (69.14% from 255) = 35.77%

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

R = 34.96%
G = 35.77%
B = 29.27%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.18

 K value IS 0.31

RGB Variations

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

Color information

#ACB090 (or 0xACB090) is known color: Bud. HEX triplet: AC, B0 and 90. RGB value is (172,176,144). Sum of RGB (Red+Green+Blue) = 172+176+144=492 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.96% from 492); Green value is 176 (69.14% from 255 or 35.77% from 492); Blue value is 144 (56.64% from 255 or 29.27% from 492); Max value from RGB is 176 - color contains mainly: green. Hex color #ACB090 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACB090 is #534F6F. Grayscale: #ABABAB. Windows color (decimal): -5459824 or 9482412. OLE color: 9482412.

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

Color convert

RGB 172 176 144 -
CMYK 0.02 0 0.18 0.31
HSL 67.5º 0.17% 0.63% -
HSV(B) 67.5º 0.18% 0.69% -
XYZ 37.57 41.83 32.48 -
YUV 171.16 112.67 128.6 -
System Red Green Blue C M Y K H S L
Decimal 172 176 144 0.02 0 0.18 0.31 67.5 0.17 0.63
Hex AC B0 90 2 0 12 1F 44 11 3F
Octal 254 260 220 2 0 22 37 104 21 77
Binary 10101100 10110000 10010000 10 0 10010 11111 1000100 10001 111111

Color Harmonies of #ACB090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB090

Black with #ACB090

Text Example


Text Example

White with #ACB090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB090; }

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

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

background-color css

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

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

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

border-color css

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

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

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