Html Css Color HEX #ACB094 Bud

📋 copy color: '#ACB094'

red 172 ◦ green 176 ◦ blue 148

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

Shades of Bud #ACB094

Tints of Bud #ACB094

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 29.84%

R = 34.68%
G = 35.48%
B = 29.84%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.16

 K value IS 0.31

RGB Variations

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

Color information

#ACB094 (or 0xACB094) is known color: Bud. HEX triplet: AC, B0 and 94. RGB value is (172,176,148). Sum of RGB (Red+Green+Blue) = 172+176+148=496 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.68% from 496); Green value is 176 (69.14% from 255 or 35.48% from 496); Blue value is 148 (58.20% from 255 or 29.84% from 496); Max value from RGB is 176 - color contains mainly: green. Hex color #ACB094 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACB094 is #534F6B. Grayscale: #ABABAB. Windows color (decimal): -5459820 or 9744556. OLE color: 9744556.

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

Color convert

RGB 172 176 148 -
CMYK 0.02 0 0.16 0.31
HSL 68.57º 0.15% 0.64% -
HSV(B) 68.57º 0.16% 0.69% -
XYZ 37.88 41.96 34.12 -
YUV 171.61 114.67 128.28 -
System Red Green Blue C M Y K H S L
Decimal 172 176 148 0.02 0 0.16 0.31 68.57 0.15 0.64
Hex AC B0 94 2 0 10 1F 45 F 40
Octal 254 260 224 2 0 20 37 105 17 100
Binary 10101100 10110000 10010100 10 0 10000 11111 1000101 1111 1000000

Color Harmonies of #ACB094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB094

Black with #ACB094

Text Example


Text Example

White with #ACB094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB094; }

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

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

background-color css

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

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

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

border-color css

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

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

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