Html Css Color HEX #ACB085 Bud

📋 copy color: '#ACB085'

red 172 ◦ green 176 ◦ blue 133

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

Shades of Bud #ACB085

Tints of Bud #ACB085

RGB

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

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

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

R = 35.76%
G = 36.59%
B = 27.65%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.24

 K value IS 0.31

RGB Variations

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

Color information

#ACB085 (or 0xACB085) is known color: Bud. HEX triplet: AC, B0 and 85. RGB value is (172,176,133). Sum of RGB (Red+Green+Blue) = 172+176+133=481 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.76% from 481); Green value is 176 (69.14% from 255 or 36.59% from 481); Blue value is 133 (52.34% from 255 or 27.65% from 481); Max value from RGB is 176 - color contains mainly: green. Hex color #ACB085 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACB085 is #534F7A. Grayscale: #AAAAAA. Windows color (decimal): -5459835 or 8761516. OLE color: 8761516.

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

Color convert

RGB 172 176 133 -
CMYK 0.02 0 0.24 0.31
HSL 65.58º 0.21% 0.61% -
HSV(B) 65.58º 0.24% 0.69% -
XYZ 36.77 41.51 28.27 -
YUV 169.9 107.17 129.5 -
System Red Green Blue C M Y K H S L
Decimal 172 176 133 0.02 0 0.24 0.31 65.58 0.21 0.61
Hex AC B0 85 2 0 18 1F 42 15 3D
Octal 254 260 205 2 0 30 37 102 25 75
Binary 10101100 10110000 10000101 10 0 11000 11111 1000010 10101 111101

Color Harmonies of #ACB085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB085

Black with #ACB085

Text Example


Text Example

White with #ACB085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB085; }

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

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

background-color css

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

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

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

border-color css

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

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

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