Html Css Color HEX #ACB185 Bud

📋 copy color: '#ACB185'

red 172 ◦ green 177 ◦ blue 133

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

Shades of Bud #ACB185

Tints of Bud #ACB185

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 27.59%

R = 35.68%
G = 36.72%
B = 27.59%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.25

 K value IS 0.31

RGB Variations

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

Color information

#ACB185 (or 0xACB185) is known color: Bud. HEX triplet: AC, B1 and 85. RGB value is (172,177,133). Sum of RGB (Red+Green+Blue) = 172+177+133=482 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.68% from 482); Green value is 177 (69.53% from 255 or 36.72% from 482); Blue value is 133 (52.34% from 255 or 27.59% from 482); Max value from RGB is 177 - color contains mainly: green. Hex color #ACB185 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACB185 is #534E7A. Grayscale: #AAAAAA. Windows color (decimal): -5459579 or 8761772. OLE color: 8761772.

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

Color convert

RGB 172 177 133 -
CMYK 0.03 0 0.25 0.31
HSL 66.82º 0.22% 0.61% -
HSV(B) 66.82º 0.25% 0.69% -
XYZ 36.97 41.91 28.33 -
YUV 170.49 106.84 129.08 -
System Red Green Blue C M Y K H S L
Decimal 172 177 133 0.03 0 0.25 0.31 66.82 0.22 0.61
Hex AC B1 85 3 0 19 1F 43 16 3D
Octal 254 261 205 3 0 31 37 103 26 75
Binary 10101100 10110001 10000101 11 0 11001 11111 1000011 10110 111101

Color Harmonies of #ACB185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB185

Black with #ACB185

Text Example


Text Example

White with #ACB185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB185; }

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

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

background-color css

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

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

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

border-color css

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

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

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