Html Css Color HEX #ACB385 Bud

📋 copy color: '#ACB385'

red 172 ◦ green 179 ◦ blue 133

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

Shades of Bud #ACB385

Tints of Bud #ACB385

RGB

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

 GREEN value IS 179 (70.31% from 255) = 36.98%

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

R = 35.54%
G = 36.98%
B = 27.48%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.26

 K value IS 0.30

RGB Variations

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

Color information

#ACB385 (or 0xACB385) is known color: Bud. HEX triplet: AC, B3 and 85. RGB value is (172,179,133). Sum of RGB (Red+Green+Blue) = 172+179+133=484 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.54% from 484); Green value is 179 (70.31% from 255 or 36.98% from 484); Blue value is 133 (52.34% from 255 or 27.48% from 484); Max value from RGB is 179 - color contains mainly: green. Hex color #ACB385 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACB385 is #534C7A. Grayscale: #ABABAB. Windows color (decimal): -5459067 or 8762284. OLE color: 8762284.

HSL color Cylindrical-coordinate representation of color #ACB385: hue angle of 69.13º degrees, saturation: 0.23, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ACB385 is Cyan = 0.04, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.30.

Color convert

RGB 172 179 133 -
CMYK 0.04 0 0.26 0.30
HSL 69.13º 0.23% 0.61% -
HSV(B) 69.13º 0.26% 0.7% -
XYZ 37.37 42.7 28.46 -
YUV 171.66 106.18 128.24 -
System Red Green Blue C M Y K H S L
Decimal 172 179 133 0.04 0 0.26 0.30 69.13 0.23 0.61
Hex AC B3 85 4 0 1A 1E 45 17 3D
Octal 254 263 205 4 0 32 36 105 27 75
Binary 10101100 10110011 10000101 100 0 11010 11110 1000101 10111 111101

Color Harmonies of #ACB385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB385

Black with #ACB385

Text Example


Text Example

White with #ACB385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB385; }

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

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

background-color css

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

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

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

border-color css

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

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

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