Html Css Color HEX #ACB091 Bud

📋 copy color: '#ACB091'

red 172 ◦ green 176 ◦ blue 145

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

Shades of Bud #ACB091

Tints of Bud #ACB091

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 29.41%

R = 34.89%
G = 35.7%
B = 29.41%

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

#ACB091 (or 0xACB091) is known color: Bud. HEX triplet: AC, B0 and 91. RGB value is (172,176,145). Sum of RGB (Red+Green+Blue) = 172+176+145=493 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.89% from 493); Green value is 176 (69.14% from 255 or 35.70% from 493); Blue value is 145 (57.03% from 255 or 29.41% from 493); Max value from RGB is 176 - color contains mainly: green. Hex color #ACB091 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACB091 is #534F6E. Grayscale: #ABABAB. Windows color (decimal): -5459823 or 9547948. OLE color: 9547948.

HSL color Cylindrical-coordinate representation of color #ACB091: hue angle of 67.74º degrees, saturation: 0.16, 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 #ACB091 is Cyan = 0.02, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.31.

Color convert

RGB 172 176 145 -
CMYK 0.02 0 0.18 0.31
HSL 67.74º 0.16% 0.63% -
HSV(B) 67.74º 0.18% 0.69% -
XYZ 37.65 41.87 32.88 -
YUV 171.27 113.17 128.52 -
System Red Green Blue C M Y K H S L
Decimal 172 176 145 0.02 0 0.18 0.31 67.74 0.16 0.63
Hex AC B0 91 2 0 12 1F 44 10 3F
Octal 254 260 221 2 0 22 37 104 20 77
Binary 10101100 10110000 10010001 10 0 10010 11111 1000100 10000 111111

Color Harmonies of #ACB091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB091

Black with #ACB091

Text Example


Text Example

White with #ACB091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB091; }

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

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

background-color css

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

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

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

border-color css

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

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

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