Html Css Color HEX #ACB389 Bud

📋 copy color: '#ACB389'

red 172 ◦ green 179 ◦ blue 137

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

Shades of Bud #ACB389

Tints of Bud #ACB389

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 28.07%

R = 35.25%
G = 36.68%
B = 28.07%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.23

 K value IS 0.30

RGB Variations

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

Color information

#ACB389 (or 0xACB389) is known color: Bud. HEX triplet: AC, B3 and 89. RGB value is (172,179,137). Sum of RGB (Red+Green+Blue) = 172+179+137=488 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.25% from 488); Green value is 179 (70.31% from 255 or 36.68% from 488); Blue value is 137 (53.91% from 255 or 28.07% from 488); Max value from RGB is 179 - color contains mainly: green. Hex color #ACB389 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACB389 is #534C76. Grayscale: #ACACAC. Windows color (decimal): -5459063 or 9024428. OLE color: 9024428.

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

Color convert

RGB 172 179 137 -
CMYK 0.04 0 0.23 0.30
HSL 70º 0.22% 0.62% -
HSV(B) 70º 0.23% 0.7% -
XYZ 37.65 42.82 29.95 -
YUV 172.12 108.18 127.92 -
System Red Green Blue C M Y K H S L
Decimal 172 179 137 0.04 0 0.23 0.30 70 0.22 0.62
Hex AC B3 89 4 0 17 1E 46 16 3E
Octal 254 263 211 4 0 27 36 106 26 76
Binary 10101100 10110011 10001001 100 0 10111 11110 1000110 10110 111110

Color Harmonies of #ACB389

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB389

Black with #ACB389

Text Example


Text Example

White with #ACB389

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB389; }

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

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

background-color css

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

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

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

border-color css

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

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

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