Html Css Color HEX #ACB289 Bud

📋 copy color: '#ACB289'

red 172 ◦ green 178 ◦ blue 137

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

Shades of Bud #ACB289

Tints of Bud #ACB289

RGB

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

 GREEN value IS 178 (69.92% from 255) = 36.55%

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

R = 35.32%
G = 36.55%
B = 28.13%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.23

 K value IS 0.30

RGB Variations

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

Color information

#ACB289 (or 0xACB289) is known color: Bud. HEX triplet: AC, B2 and 89. RGB value is (172,178,137). Sum of RGB (Red+Green+Blue) = 172+178+137=487 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.32% from 487); Green value is 178 (69.92% from 255 or 36.55% from 487); Blue value is 137 (53.91% from 255 or 28.13% from 487); Max value from RGB is 178 - color contains mainly: green. Hex color #ACB289 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACB289 is #534D76. Grayscale: #ABABAB. Windows color (decimal): -5459319 or 9024172. OLE color: 9024172.

HSL color Cylindrical-coordinate representation of color #ACB289: hue angle of 68.78º degrees, saturation: 0.21, 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 #ACB289 is Cyan = 0.03, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.30.

Color convert

RGB 172 178 137 -
CMYK 0.03 0 0.23 0.30
HSL 68.78º 0.21% 0.62% -
HSV(B) 68.78º 0.23% 0.7% -
XYZ 37.45 42.42 29.88 -
YUV 171.53 108.51 128.33 -
System Red Green Blue C M Y K H S L
Decimal 172 178 137 0.03 0 0.23 0.30 68.78 0.21 0.62
Hex AC B2 89 3 0 17 1E 45 15 3E
Octal 254 262 211 3 0 27 36 105 25 76
Binary 10101100 10110010 10001001 11 0 10111 11110 1000101 10101 111110

Color Harmonies of #ACB289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB289

Black with #ACB289

Text Example


Text Example

White with #ACB289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB289; }

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

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

background-color css

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

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

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

border-color css

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

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

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